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

Spin up the GitHub API by using OpenAPI Description #9

Open
coatless opened this issue Nov 2, 2024 · 1 comment
Open

Spin up the GitHub API by using OpenAPI Description #9

coatless opened this issue Nov 2, 2024 · 1 comment

Comments

@coatless
Copy link
Collaborator

coatless commented Nov 2, 2024

Build the spec off of OpenAPI

https://github.com/github/rest-api-description/tree/main/descriptions/api.github.com

@coatless
Copy link
Collaborator Author

coatless commented Nov 3, 2024

OpenAPI Packages:

https://github.com/bergant/rapiclient -> Builds an insession client

https://github.com/rstudio/swagger -> Builds web documentation for the OpenAPI specification from R.

https://openapi-generator.tech/docs/generators/r -> R generator via command line app

brew install openapi-generator

mkdir -p ~/api-demo/petstore
openapi-generator generate -g r -i https://raw.githubusercontent.com/OAI/OpenAPI-Specification/master/examples/v3.0/petstore.yaml -o ~/api-demo/petstore

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