.coveragerc
.gitignore
.gitmodules
.readthedocs.yaml
.travis.yml
CHANGES
LICENSE.AGPL
LICENSE.BSD
MANIFEST.in
README.md
requirements-doc.txt
requirements-packaging.txt
requirements-test-cpython.txt
requirements-test-pypy.txt
requirements-test.txt
requirements.txt
setup.cfg
setup.py
Flask_Restless_NG.egg-info/PKG-INFO
Flask_Restless_NG.egg-info/SOURCES.txt
Flask_Restless_NG.egg-info/dependency_links.txt
Flask_Restless_NG.egg-info/not-zip-safe
Flask_Restless_NG.egg-info/requires.txt
Flask_Restless_NG.egg-info/top_level.txt
artwork/flask-restless-small.svg
artwork/flask-restless.svg
docs/Makefile
docs/api.rst
docs/basicusage.rst
docs/changelog.rst
docs/conf.py
docs/creating.rst
docs/customizing.rst
docs/deleting.rst
docs/fetching.rst
docs/flaskstyle.sty
docs/index.rst
docs/installation.rst
docs/license.rst
docs/logo.png
docs/make.bat
docs/quickstart.rst
docs/requestformat.rst
docs/similarprojects.rst
docs/updating.rst
docs/updatingrelationships.rst
docs/_static/flask-restless-small.png
docs/_static/flask-restless.png
docs/_templates/sidebarintro.html
docs/_templates/sidebarlogo.html
examples/README
examples/quickstart.py
examples/chinook/chinook.db
examples/chinook/chinook.py
examples/clients/curl.sh
examples/clients/requests_client.py
examples/clients/jquery/__init__.py
examples/clients/jquery/__main__.py
examples/clients/jquery/templates/index.html
examples/server_configurations/custom_serialization.py
examples/server_configurations/separate_endpoints.py
examples/server_configurations/authentication/__init__.py
examples/server_configurations/authentication/__main__.py
examples/server_configurations/authentication/templates/index.html
examples/server_configurations/authentication/templates/login.html
flask_restless/__init__.py
flask_restless/helpers.py
flask_restless/manager.py
flask_restless/search.py
flask_restless/serialization.py
flask_restless/views/__init__.py
flask_restless/views/base.py
flask_restless/views/function.py
flask_restless/views/helpers.py
flask_restless/views/relationships.py
flask_restless/views/resources.py
tests/__init__.py
tests/helpers.py
tests/test_bulk.py
tests/test_creating.py
tests/test_deleting.py
tests/test_fetching.py
tests/test_filtering.py
tests/test_functions.py
tests/test_jsonpatch.py
tests/test_manager.py
tests/test_metadata.py
tests/test_performance.py
tests/test_serialization.py
tests/test_updating.py
tests/test_updatingrelationship.py
tests/test_validation.py
tests/test_jsonapi/__init__.py
tests/test_jsonapi/test_creating_resources.py
tests/test_jsonapi/test_deleting_resources.py
tests/test_jsonapi/test_document_structure.py
tests/test_jsonapi/test_fetching_data.py
tests/test_jsonapi/test_server_responsibilities.py
tests/test_jsonapi/test_updating_relationships.py
tests/test_jsonapi/test_updating_resources.py