We've just released OpenAPI Generator v6.0.1, which includes lot of enhancements in the R client generator. Please give it a try and let us know if you've any feedback by opening an issue in the Github repo.
Here are 3 simple steps to generate a R client for the Petstore API:
Download https://repo1.maven.org/maven2/org/openapitools/openapi-generator-cli/6.0.1/openapi-generator-cli-6.0.1.jar
Rename it as openapi-generator-cli.jar
java -jar openapi-generator-cli.jar generate -g r -i https://raw.githubusercontent.com/OpenAPITools/openapi-generator/v6.0.1/modules/openapi-generator/src/test/resources/3_0/petstore.yaml -o /tmp/r-petstore-client/
1 Like
Here is the link to the OpenAPI Generator v6.0.1 release note:
v6.0.1 is a patch release with enhancements, bug fixes covering 20 programming languages. As always, we appreciate the contributions from the awesome OpenAPI Generator community.
For the highlight ...
system
Closed
July 25, 2022, 7:15am
3
This topic was automatically closed 21 days after the last reply. New replies are no longer allowed. If you have a query related to it or one of the replies, start a new topic and refer back with a link.