Best Practices/Packages Interfacing with REST API

I’m new to both Julia and REST API’s but I’ve become a huge fan of julia and want to do in depth data analysis in julia. The first step is getting the data from a REST api into julia to analyze. What are the best packages and practices to getting data from a REST API into Julia. All the packages that I’ve seen mentioned (http.jl, httpclient.jl, requests.jl) don’t have passing tests for the newest version of julia. So I’d thought I’d ask here for recommendations

HTTP.jl has worked well for my use cases.

2 Likes