I thought the whole api was documented by the default router in Django Rest Framework, but that is not true. After I added the limits, I was frustrated by a few things. One was not being able to see the whole api in a dev-consumable way.
So, now we have two different views for the api docs :
/api/schema/redoc
/api/schema/swagger-ui
I really like the swagger-ui one.
I believe those are going to help you guys on the frontend very much!
I thought the whole api was documented by the default router in Django Rest Framework, but that is not true. After I added the limits, I was frustrated by a few things. One was not being able to see the whole api in a dev-consumable way.
So, now we have two different views for the api docs : /api/schema/redoc /api/schema/swagger-ui
I really like the swagger-ui one.
I believe those are going to help you guys on the frontend very much!