scraping / cli
HTTPie
Capability: HTTPie
Use it when
- debug HTTP APIs from the shell with readable JSON responses
- probe endpoints with headers and auth without writing Python
What it solves
Install
pip install httpie
Invoke
http GET https://api.example.com/items Authorization:Bearer $TOKEN
Alternatives
No reviewed alternatives recorded yet.