Comment by vladde
13 hours ago
looks nice when you want to quickly get something up and running! i'm trying to move away from GUI-based, and i haven't really found a nice workflow with just using curl
13 hours ago
looks nice when you want to quickly get something up and running! i'm trying to move away from GUI-based, and i haven't really found a nice workflow with just using curl
Oh, man, that write-up is hilarious! Hilarious and true. The KISS principle is the way to go.
I used to write Python scripts with Requests or run from terminal. It has a nicer syntax, all LLMs know it, and we all used Python in the backend.
https://docs.python-requests.org/en/latest/index.html
If you already have Python installed, I'm still a big fan of the httpie CLI [1]. It's a CLI wrapper for Requests that provides a very friendly CLI DSL.
[1] https://httpie.io/cli