robosats/robosats
redphix 9a6d3d33a4
Add OpenAPI v3.0 Docs for API (#243)
* Add initial api docs using drf-spectacular

This commit adds the inital and basic docs using drf-spectacular.
It also adds some serializers to be used for automatically
generating response objects by drf-spectacular

* Update api docs with correct request and response objects

- TODO: /order route

* Fix typo in api docs

* Separate OpenAPI schemas into it's own file

* Update drf-spectacular and add API intro and logo

* Update API docs for GET /order

* Add api docs for POST /order route

* Update serializers.py
2022-10-02 18:02:35 +00:00
..
celery Fix payments cleansing 2022-06-21 06:32:35 -07:00
__init__.py Re-format all python code 2022-02-17 11:50:10 -08:00
asgi.py Re-format all python code 2022-02-17 11:50:10 -08:00
routing.py Re-format all python code 2022-02-17 11:50:10 -08:00
settings.py Add OpenAPI v3.0 Docs for API (#243) 2022-10-02 18:02:35 +00:00
urls.py Re-format all python code 2022-02-17 11:50:10 -08:00
wsgi.py Re-format all python code 2022-02-17 11:50:10 -08:00