Skip to main content

JSON API realisation

Project description

JSON-API

Build Status Coverage Status Version Downloads Download format License Development Status

Django module with json-api standard support. It lets you easily add powerful api on top of your models and generate auto documentation. Module is focused on simple integration allowing developers to add features later on. Most of the functions would work out of the box.

Compared to other solutions, this project does Django model introspection. It allows to automatically query database using select_related/prefetch_related options for related resources. No more configs, if you would like to include one resource into another, you are able to do that from client side. Your client knows, when it needs it. Server in this case would perform db queries in a most efficient way.

Development

Ready stories. Join the chat at https://gitter.im/pavlov99/jsonapi

Throughput Graph

'Throughput Graph'

Documentation

Library: http://jsonapi.readthedocs.org/

Api Specification: http://jsonapi.org/

TODO

I’m going to migrate backend ORM to peewee soon. During development I would support Django all the time. Idea behind it is to unify framework, so it would be possible to use jsonapi with Tornado, Flask or Asyncio.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

jsonapi-0.9.9.tar.gz (61.1 kB view hashes)

Uploaded Source

Built Distribution

jsonapi-0.9.9-py2.py3-none-any.whl (66.3 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page