Write a library to wrap an API

Hey,

I want to write an API wrapper library to apply what I’ve been learning so far in Elixir. How would you start this? Are there some specific Hex packages I should consider using?

I found this previous post which is about 3 years old now. Is there anything new I should take into account?

Thank you!

People love creating stripe APIs. You may find some inspiration here.