api-specs icon indicating copy to clipboard operation
api-specs copied to clipboard

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

Open tonytamsf opened this issue 1 year ago • 2 comments

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 avatar Jul 18 '24 06:07 tonytamsf