We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 058f1be commit 0489896Copy full SHA for 0489896
1 file changed
gemmapy/gemmapy_api.py
@@ -49,6 +49,7 @@ def __init__(self, auth:list|tuple=None, path="prod"):
49
50
# create an instance of the API class
51
self.raw = sdk.DefaultApi(sdk.ApiClient(configuration))
52
+ self.raw.get_api_info()
53
54
55
# /resultSets/count get_number_of_result_sets ------
0 commit comments