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 074915b commit ba63157Copy full SHA for ba63157
README.md
@@ -84,7 +84,8 @@ print(client.count_entity(query_data))
84
* `uses_test_endpoint (bool)` - If false the client will send requests to production end-point, otherwise to tests end-point.
85
86
### `get_database()`
87
-Get information about current database(related to api keys informed on construction). This method corresponds to a `GET` request at `/database`.
+Get information about current database(related to api keys informed on construction). This method corresponds to a `GET` request at `/database`.
88
+**IMPORTANT:** You can't make this request on `/test` end-point.
89
90
#### Request example
91
0 commit comments