etesync-server/etebase_fastapi
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.
2020-12-28 16:42:39 +02:00
..
__init__.py first commit 2020-12-27 20:32:09 +02:00
authentication.py When converting from ORM convert binary fields to bytes. 2020-12-28 16:42:39 +02:00
collection.py When converting from ORM convert binary fields to bytes. 2020-12-28 16:42:39 +02:00
exceptions.py Rename ValidationError to HttpError. 2020-12-28 09:51:34 +02:00
invitation.py When converting from ORM convert binary fields to bytes. 2020-12-28 16:42:39 +02:00
main.py Change how we create applications. 2020-12-28 16:42:39 +02:00
member.py Add support for read/write permissions. 2020-12-28 16:42:39 +02:00
msgpack.py Fix collection list and how we return API responses. 2020-12-28 09:31:30 +02:00
stoken_handler.py Remove usages of EtebaseValidationError. 2020-12-28 10:45:34 +02:00
test_reset_view.py API: add documentation tags. 2020-12-28 09:04:45 +02:00
utils.py Add base64 utils. 2020-12-28 16:42:39 +02:00