You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Tom Hacohen ca7f2ec73c When converting from ORM convert binary fields to bytes.
The problem is that some ORMs return memoryview which are more efficient but
are not supported by pydantic at the moment.
4 years ago
..
__init__.py first commit 4 years ago
authentication.py When converting from ORM convert binary fields to bytes. 4 years ago
collection.py When converting from ORM convert binary fields to bytes. 4 years ago
exceptions.py Rename ValidationError to HttpError. 4 years ago
invitation.py When converting from ORM convert binary fields to bytes. 4 years ago
main.py Change how we create applications. 4 years ago
member.py Add support for read/write permissions. 4 years ago
msgpack.py Fix collection list and how we return API responses. 4 years ago
stoken_handler.py Remove usages of EtebaseValidationError. 4 years ago
test_reset_view.py API: add documentation tags. 4 years ago
utils.py Add base64 utils. 4 years ago