Show HN: MockREST – Create REST APIs from Your JSON Content(mockrest.com)
mockrest.com
Show HN: MockREST – Create REST APIs from Your JSON Content
http://mockrest.com/
7 comments
Looks useful!
Do you plan to open source this and/or try to commercialise it?
Do you plan to open source this and/or try to commercialise it?
I'm mostly testing the waters, but if people find it useful in the long term, I would like to commercialise it (probably as a SaaS), maybe by providing "pro" features such as authentication, longer expiration dates for the API tokens, things like that..
So, for a JSON like this:
It will allow you to access /api/person (/api/person/<id>/) and /api/post. You can use all HTTP verbs such as GET/POST/PUT and DELETE to change the information, and then access the modified json in the api backend.
I've polished it a little bit, and I'm trying to see if there is a larger interest in this. If all goes well, I may add "pro" features such as longer sessions (the API tokens only last 24h for now), password protection, etc.
Hope you like it, let me know if you find any errors, or have comments or suggestions! Thanks!