A bit off topic, but: What’s a funny test api that allows put requests?
I have a personal cheat sheet that I refer to when I need to make JSON/REST api request using base Python or Curl, since I don’t do this enough to actually remember how. Right now my examples pull chuck norris quotes, but it would be nice to have examples that aren’t just `get` in my tool box.
There are "curl builders" that provide UI for dummies like myself to create a curl cmd and then you can use a "curl to {golang|ruby|python}" [0] to generate code from the curl.
I have a personal cheat sheet that I refer to when I need to make JSON/REST api request using base Python or Curl, since I don’t do this enough to actually remember how. Right now my examples pull chuck norris quotes, but it would be nice to have examples that aren’t just `get` in my tool box.