mnowotka
mnowotka

Reputation: 17248

django tastypie support for mashery iodocs?

Mashery iodocs is a tool for documenting API. It needs two configuration json objects to run. It would be nice to have this objects generated automatically by tastypie. Tastypie can generate json with schema, however it's incompatible with iodocs expectations. Any ideas of how to generate this configurtion automatically using tastypie?

Upvotes: 2

Views: 165

Answers (2)

Mutant
Mutant

Reputation: 3819

One more project to generate documentation automatically - https://github.com/minism/django-tastypie-swagger

Though so far I haven't find anything convincing!

Upvotes: 0

dstegelman
dstegelman

Reputation: 31

Presently, I do not believe there is a way to generate that kind of documentation from TastyPie directly. However, I have found this project useful in creating interactive API documentation.

https://github.com/Hipo/Django-API-Playground

Upvotes: 0

Related Questions