OpenPodcastAPI / api-specs

Open Podcast API specifications
https://www.openpodcastapi.org/specs
Other
41 stars 1 forks source link

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

Open tonytamsf opened 1 month ago

tonytamsf commented 1 month ago

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 commented 1 month ago

@keunes - can you assign this issue to me?

tonytamsf commented 1 month ago

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

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