Hacker News new | ask | show | jobs
by jventura 2245 days ago
I've done something similar for some of my students to test restful apis at http://mockrest.com.

It is quite similar to this although you just write your own data on a textarea, and get/post/put/delete to modify it.. Then you can copy-paste the result json from the backend to a text file or something like that..

It dynamically finds your objects (even nested ones) and you can CRUD them..