Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generate Java SDK directly from the schema.yml file using OpenAPITools #96

Open
tonytamsf opened this issue Jul 18, 2024 · 2 comments
Open
Assignees

Comments

@tonytamsf
Copy link

Using the tooling provided here, we can generate the client SDK's for any language
https://github.com/openapitools/openapi-generator

Since I'm working on AntennaPod, I'm generating Java SDK to access the subscription API

I'm capturing progress here https://github.com/tonytamsf/openpodcastapi-java-client-sdk
and the steps I'm using here https://github.com/tonytamsf/openpodcastapi-java-client-sdk/blob/main/START.md

cc @keunes

@tonytamsf
Copy link
Author

@keunes - can you assign this issue to me?

@tonytamsf
Copy link
Author

tonytamsf commented Jul 18, 2024

Here is a screen sharing on how easy it was to generate the Java client SDK https://youtu.be/x8ssAfTlH8w

  • I attempted to generate Javascript, that failed
  • But Python SDK did succeed

Next step is to actually program using the SDK, import it into the AntennaPod project

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant