Skip to main content

Django REST API

Project description

Installation

$ pip install django-rest-api

You must use Django 1.7 or higher.

Documentation

To begin with, you should read how to create your different API routes: URL Routing.

Then, you need to learn how to return your responses using our format: Responses format.

Finally, it could be useful to know why it is advisable to return the results in JSON: Format results server side. You could also custom the format results on the client side: Format results client side.

Two other helpful pages:

  • Get Data: to retrieve data from the request.

  • Auth Session: to add an authentication system to your API.

Example

You can see an example which use all functionalities of the plugin here.

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

django-rest-api-0.1.1.zip (9.6 kB view hashes)

Uploaded Source

Built Distribution

django_rest_api-0.1.1-py3-none-any.whl (6.9 kB view hashes)

Uploaded 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