Anyone using OpenAPI Generator to generate R packages?

I've been playing around with OpenAPI Generator to generate R API clients?

brew install openapi-generator
openapi-generator generate -g r -i https://raw.githubusercontent.com/OAI/OpenAPI-Specification/master/examples/v3.0/petstore.yaml -o ~/R/petstore

Surprisingly it comes with auto-generated documentations (readme, code example, etc)

Anyone used this approach before instead of manually writing the API clients in R? Any caveats using the auto-generated R package?

Companies such as NamSor provide the auto-generated R packages to their developers for easier integration.

This is not to say the auto-generated R package is perfect. Please feel free to let us know your feedback by opening an issue/ticket.

I hope you will find OpenAPI Generator useful in your projects/works.

1 Like

Glad to see some companies are already using it.

Thanks for the great work on OpenAPI Generator. Will open a ticket if I've any question or feedback.

1 Like

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.