File: index.rst

package info (click to toggle)
python-drf-spectacular 0.28.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,748 kB
  • sloc: python: 14,174; javascript: 114; sh: 61; makefile: 30
file content (39 lines) | stat: -rw-r--r-- 1,177 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
drf-spectacular
===============

*Sane and flexible OpenAPI 3 schema generation for Django REST framework.*

Documentation is an integral part of API development and OpenAPI 3 is finally here
to make that process easier. By using `drf-spectacular <https://github.com/tfranzel/drf-spectacular>`_
with `Django REST Framework (DRF) <https://www.django-rest-framework.org/>`_,
your schema and therefore your documentation & client will always stay close to your API.

drf-spectacular works well out of the box, but also provides you with several easy ways
to customize the generated OpenAPI 3 schema. It is explicitly designed to work well for
documentation (`SwaggerUI <https://swagger.io/tools/swagger-ui>`_, `ReDoc <https://github.com/Redocly/redoc>`_)
and automatic `client generation <https://openapi-generator.tech>`_.

Table of Contents
-----------------

.. toctree::
   :maxdepth: 3

   readme.rst
   settings.rst
   customization.rst
   client_generation.rst
   faq.rst
   blueprints.rst
   drf_yasg.rst
   contributing.rst
   changelog.rst
   license.rst
   drf_spectacular.rst

Indices and Tables
------------------

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`