Today I learnt about HTTPie 🥧

Today I learnt about HTTPie “a user-friendly command-line HTTP client for the API era”.

I installed it with pip install httpie it can be installed in a multitude of different ways. I really like how simple it is to use, for an example to make a post call to httpbin.org/post with a json payload:

https post httpbin.org/post hello=world

Using cURL now makes me feel like a caveman!

Mind Blown