querying.md
July 15, 2021 ยท View on GitHub
Bookmarks tagged [querying]
www.codever.land/bookmarks/t/querying
Hurl.it
Make HTTP requests with a simple web-based HTTP client -- like curl in the cloud.
httpie
https://github.com/jkbrzt/httpie
Command line HTTP client, far more dev-friendly than curl.
- tags: rest, testing, querying
- :octocat: source code
Postman REST Client
https://chrome.google.com/webstore/detail/postman-rest-client/fdmmgilgnpjigdojojpjoooidkmcomcm
Chrome extension essential to test manually REST API.
resty
https://github.com/micha/resty
Little command line REST client that you can use in pipelines (bash or zsh).
- tags: rest, testing, querying
- :octocat: source code
jq
https://github.com/stedolan/jq
Command line JSON processor, to use in combination with a command-line HTTP client like cURL.
- tags: rest, testing, querying
- :octocat: source code
HttpMaster
GUI tool for testing REST APIs and services. Windows OS only.
Http-console
https://github.com/cloudhead/http-console
Command line interface for HTTP that let you speak HTTP like a local
- tags: rest, testing, querying
- :octocat: source code
HTTP Prompt
https://github.com/eliangcs/http-prompt
HTTP Prompt is an interactive command-line HTTP client featuring autocomplete and syntax highlighting, built on HTTPie and prompt_toolkit.
- tags: rest, testing, querying
- :octocat: source code
Insomnia
https://github.com/getinsomnia/insomnia
Cross-platform HTTP and GraphQL Client
- tags: rest, testing, querying
- :octocat: source code