httpie / cli

🥧 HTTPie CLI — modern, user-friendly command-line HTTP client for the API era. JSON support, colors, sessions, downloads, plugins & more.
https://httpie.io
BSD 3-Clause "New" or "Revised" License
34.08k stars 3.68k forks source link

Following Link-Header / MultiPage-Requests (RFC5988) #1036

Open blurayne opened 3 years ago

blurayne commented 3 years ago

Please implement RFC5988 Link Header https://tools.ietf.org/html/rfc5988#section-5

Also see: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Link

I often do need this functionality.

And yes, I am know of: https://github.com/httpie/httpie/issues/323

blurayne commented 3 years ago

Ah okay, seems hypermedia is is not scope of httpie???

I found restish. https://dev.to/danielgtaylor/a-cli-for-rest-apis-part-1-104b

And redfish prompt which builds on httpie. https://github.com/nsfcac/redfish-prompt

jkbrzt commented 3 years ago

@blurayne It is currently a bit out of the scope. But we’re planning on bringing some of the higher-level API features from httpie/http-prompt directly to httpie, and then this will be relevant.