Este API é baseado no projeto ensinado no livro Django for APIs de William S Vincent projeto original: https://github.com/wsvincent/restapiswithdjango
Acesse: https://sample-blogapi.herokuapp.com/api/v1/dj-rest-auth/registration/ e crie um usuário.
Docs disponível em: https://sample-blogapi.herokuapp.com/swagger/
https://sample-blogapi.herokuapp.com/redoc/
- DRF, Browsable API, Generic class-based Api views;
- Permissão customizada;
- Autenticação por token;
- ViewSets;
- Routers;
- Schemas;
- Documentation;
- Django 3.2.
- djangorestframework
- dj-rest-auth
- django-allauth
- pyyaml
- uritemplate
- drf-yasg
projeto em andamento.