I’ve been playing a bit with the netservices2 HTTP kit, and inspired by HttpShout from @nielx and Postman, I’ve started working on a native REST API client:
This is very much work in progress, there are lots of missing features and bugs, and I haven’t done any extensive testing yet.
You can build a request (method, URL, headers, form params or raw body), authenticate with Basic/Bearer/API key, see a live preview of the request before sending, and inspect the response (status, headers, body). Request history is kept and persists between sessions.
Any feedback, suggestions or bug reports are welcome.
