Django-Tastypie self-documentation API

I am using django-tastypie and I am very pleased with this. But I really want to get a self-learning api function from the Django Rest Framework.

What solutions exist (or are created by people) for obtaining such automatic generated documentation that the Django Rest Framework, but from the TastyPie-based API?

+6
source share
1 answer

I have not had the opportunity to use it myself, but django-tastypie-swagger looks promising ( https://github.com/concentricsky/django-tastypie-swagger/ ). Swagger itself is a great choice for API documentation ( https://developers.helloreverb.com/swagger/ ).

+8
source

All Articles