egze
Examples of a good API client
Looking for a API Client library that deals with calling some endpoint, parsing the data and returning structs. I want to study what are some best practices how to structure them.
What are you favourite API client projects in terms of good architecture?
Most Liked
pablodavila
Ah, I understand now. I’m sorry if I made any wrong assumptions.
I haven’t used a lot of clients but these are the ones I’ve heard good things about:
- GitHub - ex-aws/ex_aws: A flexible, easy to use set of clients AWS APIs for Elixir
- GitHub - code-corps/stripity_stripe: An Elixir Library for Stripe
- GitHub - parroty/extwitter: Twitter client library for elixir.
- GitHub - deadtrickster/prometheus.ex: Prometheus.io Elixir client
Hope these are useful as a starting point at the very least 
egze
The motivation is to write my own library. I have written api clients before and know what goes into one, but recently was just thinking of ways how to organise such a library and looking for inspiration. So I’m looking for some open source projects where by looking at the code, I could say - wow, this library is very well written, has good separation of concerns, good testability, etc. To learn from the best 








