We'd like a simple API explorer written in Javascript to test our custom REST API that we are building for an iOS app. The API sends GET and POST requests (POST requests are sent with multipart/formdata encoding) and returns JSON.
I've found:
As far as I can see this should be a purely client-side application - just form the requests, receive responses and display. Surely someone must have written something like this already?!
Sounds like you're looking for Swagger UI. Demo: http://petstore.swagger.io