I’m always eager to find new amazing sites i’ve never heard of, which ones would you recommend?

  • BudgieMania
    link
    fedilink
    71 year ago

    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.

    • redcalcium
      link
      fedilink
      11 year ago

      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.