This commit is contained in:
StevanFreeborn
2022-04-19 13:34:34 -05:00
parent 7e3d43fded
commit 83046b7133
2 changed files with 34 additions and 11 deletions
+1 -1
View File
@@ -144,7 +144,7 @@ class OnspringClient:
headers=response.headers,
responseText=response.text)
def GetAppByIds(self, appIds: list):
def GetAppsByIds(self, appIds: list):
endpoint = GetAppByIdsEndpoint(self.baseUrl)