CHANGELOG
MANIFEST.in
README.md
VERSION
requirements-tests.txt
requirements.txt
setup.cfg
setup.py
PRAF.egg-info/PKG-INFO
PRAF.egg-info/SOURCES.txt
PRAF.egg-info/dependency_links.txt
PRAF.egg-info/requires.txt
PRAF.egg-info/top_level.txt
docs/source/authentication.rst
docs/source/controller.rst
docs/source/index.rst
docs/source/introduction.rst
docs/source/pagination.rst
docs/source/references.rst
docs/source/tutorial.rst
docs/source/reference/authentication.rst
docs/source/reference/authorization.rst
docs/source/reference/controller.rst
docs/source/reference/datastore.rst
docs/source/reference/pagination.rst
docs/source/reference/partials.rst
docs/source/reference/rate-limit.rst
docs/source/reference/view.rst
docs/source/tutorial/adding_endpoint.rst
docs/source/tutorial/adding_validator_datastore.rst
docs/source/tutorial/first_step.rst
docs/source/tutorial/multiple_endpoint.rst
docs/source/tutorial/partial-response.rst
docs/source/tutorial/protect_api.rst
docs/source/tutorial/rate-limit.rst
docs/source/tutorial/related_ressources.rst
docs/source/tutorial/represent_related.rst
docs/source/tutorial/representing_data.rst
docs/source/tutorial/using_user_endpoint.rst
docs/source/tutorial/whole_application.rst
docs/source/tutorial/work_with_pagination.rst
rest_api_framework/__init__.py
rest_api_framework/authentication.py
rest_api_framework/controllers.py
rest_api_framework/pagination.py
rest_api_framework/partials.py
rest_api_framework/ratelimit.py
rest_api_framework/views.py
rest_api_framework/datastore/__init__.py
rest_api_framework/datastore/base.py
rest_api_framework/datastore/simple.py
rest_api_framework/datastore/sql.py
rest_api_framework/datastore/validators.py
rest_api_framework/models/__init__.py
rest_api_framework/models/fields.py
rest_api_framework/models/models.py
rest_api_framework/models/validators.py