-
HTTP REST client tool for emacs
I recently switch from custom Bash wrappers around curl to restclient.el [1]. It has similar features. Especially nice is the integration with jq for fetching specific data (or inspection of results with jq-mode). And, whoever is inclined to appreciate it, the fact that I can stay within Emacs. No need to get familiar with a new UI/UX. [1]: https://github.com/pashky/restclient.el.
#API Tools #Developer Tools #APIs 6 social mentions
-
Hurl is a command line tool that runs HTTP requests defined in a simple plain text format.Pricing:
- Open Source
#Command Line Tools #HTTP #HTTP Test Tool 50 social mentions
-
Web-services testing made simple 🥋
I recently found a BDD style tool that has native HTTP comprehension, which seems like it hits a similar area in the testing concept space: https://github.com/karatelabs/karate.
#Website Testing #Browser Testing #Automated Testing 11 social mentions
-
Extension for Visual Studio - A set of extensions to Visual Studio 2012 Professional (and above) which improves developer productivity.Pricing:
- Open Source
Re:VSCode; There pretty much already is one, looks fairly similar formatting too: https://marketplace.visualstudio.com/items?itemName=humao.rest-client.
#Regular Expressions #Programming Tools #Development 479 social mentions
-
API Testing and Monitoring made simplePricing:
- Open Source
If you like hurl, you may also like Step CI, which uses yaml, generates tests from your OpenAPI spec and is easy to integrate with CI/CD Give it a try: https://stepci.com It's free and open-source on GitHub, built by the community! Disclaimer: I'm the original author.
#API #Developer Tool #Testing Tool 11 social mentions
-
Bun is an all-in-one JavaScript runtime & toolkit designed for speed, complete with a bundler, test runner, and Node.js-compatible package manager.Pricing:
- Open Source
> Hurl runs super fast without startup latency unlike a lot of tools in this category written in node it is really a problem with JavaScript engines, not Node or with the tools itself I'd suggest taking a look at bun, which is built with fast startup time in mind: https://bun.sh.
#JavaScript Runtime #JavaScript #JavaScript Tools 201 social mentions