Skip to content

Commit ba63157

Browse files
authored
Added note
1 parent 074915b commit ba63157

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,8 @@ print(client.count_entity(query_data))
8484
* `uses_test_endpoint (bool)` - If false the client will send requests to production end-point, otherwise to tests end-point.
8585

8686
### `get_database()`
87-
Get information about current database(related to api keys informed on construction). This method corresponds to a `GET` request at `/database`.
87+
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.
8889

8990
#### Request example
9091

0 commit comments

Comments
 (0)