Open coatless opened 3 weeks ago
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
Build the spec off of OpenAPI
https://github.com/github/rest-api-description/tree/main/descriptions/api.github.com