4 ms·
RESTful API Playground as a Django Application
- mstdokumaci 14y agolooks better than soapui :)
- gurukanu 14y agonice :)
- deleted 14y ago[deleted]
- digitall 14y agonice content :D
- ilovekitty 14y agoI just integrated it with my project which uses Django and Tastypie. Thanks for your effort.
- salsakran 14y agoIs there any way to autogenerate playground schema from tastypies's schemas?
- fatiherikli 14y agoCurrently no, unfortunately. The current way is already easy. But still may be implemented later.
- olalonde 14y agoWould 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 :(
- fatiherikli 14y agoThe 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.
- olalonde 14y agoOk, thanks for the tip.