API usage
Access the online documentation
Enable the documentation locally
Interacting with the API

Notes
Last updated
Was this helpful?

Last updated
Was this helpful?
Was this helpful?
export DJANGO_DEBUG=Truepython3 manage.py runservercurl --request GET \
--url http://127.0.0.1:8000/api/assets/ \
--header 'authorization: Token a6a120f....'