RESTful API Playground as a Django Application
1–10 of 11 posts
Re: RESTful API Playground as a Django Application
#2looks better than soapui :)
Re: RESTful API Playground as a Django Application
#3nice :)
Re: RESTful API Playground as a Django Application
#4[deleted]
Re: RESTful API Playground as a Django Application
#5nice content :D
Re: RESTful API Playground as a Django Application
#6I just integrated it with my project which uses Django and Tastypie. Thanks for your effort.
Re: RESTful API Playground as a Django Application
#7Is there any way to autogenerate playground schema from tastypies's schemas?
Re: RESTful API Playground as a Django Application
#8Would 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 :(
Re: RESTful API Playground as a Django Application
#9Is 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.
Re: RESTful API Playground as a Django Application
#10Would 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.