File: api.rst

package info (click to toggle)
django-allauth 65.0.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 9,672 kB
  • sloc: python: 34,411; javascript: 3,070; xml: 849; makefile: 235; sh: 8
file content (12 lines) | stat: -rw-r--r-- 666 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
API
===

You can find the documentation for the API itself in its `OpenAPI Specification
<openapi-specification/>`_.

Example
*******

The source code repository contains a
`React example application <https://github.com/pennersr/django-allauth/tree/main/examples/react-spa>`_ that
demonstrates how the API can be put to use in practice. The documentation for that application can be found in the `README <https://github.com/pennersr/django-allauth/tree/main/examples/react-spa/README.org>`_. Instructions on how to run it locally can be found there as well, though you can also view a copy running over at `react.demo.allauth.org <https://react.demo.allauth.org>`_.