octokit / source-generator

Generates SDKs from GitHub's OpenAPI specification. Built on Kiota.
6 stars 3 forks source link

Download latest schemas and use for generation #10

Closed kfcampbell closed 1 year ago

kfcampbell commented 1 year ago

This PR downloads the latest schemas so that they may be used in generation.

kfcampbell commented 1 year ago

When attempting to generate SDKs from descriptions-next, I get an error that reads error generating the client: OpenAPI specification version '3.1.0' is not supported.. I've asked the Kiota team about where that sits on their roadmap. In the meantime, this PR is ready to be reviewed.

Next steps in this arena will be making the examples auto-generate and functional.