Comment on RESTful API Playground as a Django ApplicationComments−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.
Comments
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.