begin adding doc strings to endpoint helper

This commit is contained in:
StevanFreeborn
2022-04-29 13:15:49 -05:00
parent 0cc010238c
commit b753975a83
2 changed files with 75 additions and 2 deletions
+1 -1
View File
@@ -179,7 +179,7 @@ class OnspringClient:
An ApiResponse (`Models.ApiResponse`) containing the results of the request.
"""
endpoint = GetAppByIdsEndpoint(self.baseUrl)
endpoint = GetAppsByIdsEndpoint(self.baseUrl)
self.headers['Content-Type'] = 'application/json'