Querying APIs



  • httpie - Command line HTTP client, far more dev-friendly than curl.
  • HttpMaster - GUI tool for testing REST APIs and services. Windows OS only.
  • jq - Command line JSON processor, to use in combination with a command-line HTTP client like cURL.
  • Postman REST Client - Chrome extension essential to test manually REST API.
  • resty - Little command line REST client that you can use in pipelines (bash or zsh).

Comments

Popular posts from this blog

.NET API

.NET Sample Projects

Awesome Electron