Super specific, but one that saves my life for programming tasks on my job almost on the daily is https://curlconverter.com/
It translates a REST API call from any one language to another. Thanks to this site, if you know, for example, the curl command for a REST request, you know how to do it in Python Requests, Ansible, Javascript, you name it. And of course it works the other way around as well.
Super specific, but one that saves my life for programming tasks on my job almost on the daily is https://curlconverter.com/
It translates a REST API call from any one language to another. Thanks to this site, if you know, for example, the curl command for a REST request, you know how to do it in Python Requests, Ansible, Javascript, you name it. And of course it works the other way around as well.
Oh man, this is extremely useful! Thanks for mentioning it.
Combined with devtool’s “copy as curl command” in the networking tab, this will make playing with API a lot easier.