Hacker News new | ask | show | jobs
by emykhailenko 500 days ago
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`