begin adding doc strings to endpoint helper
This commit is contained in:
+1
-1
@@ -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'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user