LICENSE
README.md
setup.cfg
setup.py
auto_api/__init__.py
auto_api/__main__.py
auto_api/auth.py
auto_api/config.py
auto_api/exceptions.py
auto_api/messages.py
auto_api/mongodb.py
auto_api/operations.py
auto_api/utils.py
auto_api/validations.py
auto_api/views.py
auto_api.egg-info/PKG-INFO
auto_api.egg-info/SOURCES.txt
auto_api.egg-info/dependency_links.txt
auto_api.egg-info/entry_points.txt
auto_api.egg-info/not-zip-safe
auto_api.egg-info/requires.txt
auto_api.egg-info/top_level.txt
tests/views/__init__.py
tests/views/test_delete.py
tests/views/test_get.py
tests/views/test_patch.py
tests/views/test_post.py
tests/views/test_put.py