home.social

#httpie — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #httpie, aggregated by home.social.

  1. Bummer, one of my favorite "GUI Api Client" Tools #HTTPie seems to be abandoned :(

  2. If your use case involves sending complex JSON objects as part of the request body, HTTPie can help you build them right from your terminal.

    - httpie.io/docs/cli/nested-json

    #Python #Cli #httpie #json

  3. Just found out that desktop edition had a new release.

    The tool is quite elegant and does give uses outside of . 😁 Especially when I want something like API definitions preloaded for discovering what can be done. 😉

    httpie.io/blog/changelog-0026

  4. #TIL #HTTPie is not just an open source CLI program, they’re also working on a desktop client, and obviously even some cloud services too.

  5. For that, I reached for a favorite tool, #httpie

    I grabbed coords for the center of #Minneapolis from Google Maps and put together a test query to generate 1, 2, 3, and 4 minute bike isochrones from the center of town, passing the result straight to the clipboard.

    http ':8002/isochrone?json={"polygons":true,"locations":[{"lat":44.975209274420436, "lon":-93.26816979997314}],"costing":"bicycle","contours":[{"time":1},{"time":2},{"time":3},{"time":4}]}&id=center_of_minneapolis_mn' | wl-copy 🧵

  6. Am I the only one still preferring , and over desktop tools like ? Findings like that aren't helpful: leeholmes.com/security-risks-o

  7. In a quick review of Insomnium, Bruno and Httpie:

    #Httpie didn’t import any of the postman collection auth data, it appears it won’t import/export HAR files, and I don’t see a timeline for a request. Could be I just didn’t see these features.

    Insomnium imports collections with all the data, handles HAR files nicely and has a very detailed timeline.

    #Bruno imports fine, has a semi detailed timeline, and has some HAR support which I couldn’t figure out.

    Currently #Insomnium is my fave.

  8. @delfuego @TomSellers @electronjs After using the above command and pulling down any available updates, I still have the following vulnerable #Electron-based apps on my #Mac:

    #AdGuard for #Safari (Electron v18.3.15)
    #HTTPie (21.2.0)
    #Jabra Direct (16.2.2)
    #Keybase (22.1.0)
    #Logitech Logi Options+ (23.1.1)
    #Logseq (24.6.3)
    #Postman (18.3.5) @getpostman
    #Rancher Desktop (20.3.8)
    #Microsoft Teams (19.1.8)
    #WhatsApp (13.6.9)

  9. TIL: my favorite CLI curl replacement #HTTPie now has a Desktop tool.
    httpie.io/desktop

    Looks very similar to #Postman.

  10. So #HTTPie Desktop has sync of requests between devices, but they use their own mechanism and accounts. OTOH, “All synced data is encrypted at transit between the HTTPie cloud and clients (SSL) and at rest in a backed-up AWS RDS storage with redundancy (AES).”

    I’m not sure how to feel about this. I’d much rather it be in some file that I can put in Dropbox or whatever, so that I don’t need an account and don’t need to trust _another_ third party?

  11. Another example of the rising space of #AI in #software #development with #httpie using AI to help #dev interact with #APIs with natural language and increase effectiveness when #testing and #talking to APIs 👉
    httpie.io/blog/ai

  12. Crowd intelligence and especially #developers using #REST: What's your preferred client to test #APIs? #Postman, #Insomnia, #httpie oder are team #cURL?
    Or do you have any other recommendations?

    Postman feels way to sluggish (usual Electron performance) in my opinion and I'm looking for a change.

  13. #nsi même si l'appli web n'est plus disponible sans inscription , #httpie, un petit module bien utile pour manipuler les requêtes HTTP pypi.org/project/httpie/

  14. is a request tool.

    xh sends HTTP requests using a simple syntax. Responses are displayed in an easy to read, colourised output. Many aspects of the request can be managed, like TLS certificates, reuse of sessions, ignoring redirects, etc. xh is mostly compatible with , but offers improved speed, smaller size in a single binary, as well as better interoperability with .

    Website 🔗️: github.com/ducaale/xh

  15. is a web API client.

    HTTPie is a command line client with numerous features especially for interacting with web APIs. HTTPie features quickly accessible HTTP request syntax, quickly accessible , response syntax highlighting and formatting, plugins, as well as the usual features of proxies and custom headers.

    Website 🔗️: httpie.org/

    apt 📦️: httpie