DEV Community

Discussion on: What is cURL and why is it all over API docs?

Collapse
 
tyronemapp profile image
Tyrone Mapp

Great article, helped me understand what on earth curl is.

I'm starting developing apps against the Atlassian API, have done some PHP, Python, Scripting, VBS, C# etc in the past, nothing too fancy but never done API dev work before. tbf Im still trying to work out how I access their API and what language I should be using in the browser to work with their API but small steps ... :)

Collapse
 
missamarakay profile image
Amara Graham

There are a number of free APIs with good data to play around with too, some have auth some don't. I feel like I mentioned it somewhere, but I'm not seeing it in this post. Here is a good list in case you want to play around with something that isn't the Atlassian API- github.com/public-apis/public-apis

Happy coding!