Very cool and useful and similar to AIN which can be used to document and execute api interactions. HTTL is very nice and I look forward to the CLI version. It would be nice if it could output curl equivalent too. I might prefer this to AIN.
I'm so glad you liked it! Thank you for the feedback. Yes, I'm working on adding CLI support as well as support for other IDEs. Regarding the query string, you could just use a regular form:
`get https://reqres.in/api/users?page=2`
or (if you already specified a base url)
`get /users?page=2`
https://github.com/jonaslu/ain
edit - how do I use a query string?