Replies: 2 comments 5 replies
-
Hi @kipcole9, generating the API client from the OpenAPI sounds like the best way to get a lot of API coverage quickly 👍 Some considerations:
Looks like @mrmstn has contributed to open-api-spex and open-api-generator, any suggestions for @kipcole9 ? |
Beta Was this translation helpful? Give feedback.
-
@mrmstn, @mbuhot Thank you both for taking the time to respond and for the level of insight. I ran the Stripe specs through Its not that I'm motivated to write a generator - happy to collaborate with the team on |
Beta Was this translation helpful? Give feedback.
-
Based on the Elixir Forum discussion around payment gateway support I thought I would look at building an API Client for Stripe. Since the Stripe API is built on OpenAPI it makes sense I use this to generate the API Client.
I investigated using open-api-generator but the Elixir generation isn't perfect and the Elixir template maintainer has abandoned the project (confirmed with him yesterday).
I recognise that
open_api_spex
is about building API Servers but there is symmetry with the API Client side of course.What advice would you give me that I should consider as I start on this journey .... (or suggest a different forum to have this conversation)
Beta Was this translation helpful? Give feedback.
All reactions