Updated Python SDK

This commit is contained in:
Eldad Fux
2020-07-26 10:14:51 +03:00
parent 571f7fb8b8
commit 9f6080ae7b
11 changed files with 469 additions and 159 deletions
@@ -11,4 +11,4 @@ client = Client()
database = Database(client)
result = database.create_document('[COLLECTION_ID]', {}, {}, {})
result = database.create_document('[COLLECTION_ID]', {}, [], [])