RESTful API Playground as a Django Applicationhipo.biz 45 pointsyigit13 years ago8 commentsSaveHideCopy link On HNComments−ilovekitty13yI just integrated it with my project which uses Django and Tastypie. Thanks for your effort.−olalonde13yWould be really great if this could be used to test arbitrary REST APIs, not just Django... Would love to use this to test my Node.js API :(−fatiherikli13yThe Django app is loosely coupled. Playground logic is behind the client-side. It's uses just jQuery. You can implement Node.JS version of this project.−olalonde13yOk, thanks for the tip.−salsakran13yIs there any way to autogenerate playground schema from tastypies's schemas?−fatiherikli13yCurrently no, unfortunately. The current way is already easy. But still may be implemented later.−mstdokumaci13ylooks better than soapui :)−gurukanu13ynice :)
Comments
I just integrated it with my project which uses Django and Tastypie. Thanks for your effort.
Would be really great if this could be used to test arbitrary REST APIs, not just Django... Would love to use this to test my Node.js API :(
The Django app is loosely coupled. Playground logic is behind the client-side. It's uses just jQuery. You can implement Node.JS version of this project.
Ok, thanks for the tip.
Is there any way to autogenerate playground schema from tastypies's schemas?
Currently no, unfortunately. The current way is already easy. But still may be implemented later.
looks better than soapui :)
nice :)