Skip to content

Commit 0489896

Browse files
committed
hit the api_info endpoint to check if everything is working on initalization
1 parent 058f1be commit 0489896

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

gemmapy/gemmapy_api.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ def __init__(self, auth:list|tuple=None, path="prod"):
4949

5050
# create an instance of the API class
5151
self.raw = sdk.DefaultApi(sdk.ApiClient(configuration))
52+
self.raw.get_api_info()
5253

5354

5455
# /resultSets/count get_number_of_result_sets ------

0 commit comments

Comments
 (0)