sckott / apipkgen

Generate an R package from API specs
http://sckott.github.io/apipkgen/
Other
20 stars 2 forks source link

Related work - OpenAPITools openapi-generator #19

Closed eaurele closed 5 years ago

eaurele commented 5 years ago

Are you aware of https://github.com/OpenAPITools/openapi-generator/tree/master/modules/openapi-generator/src/main/resources/r?

eaurele commented 5 years ago

And its Swagger predecessor https://github.com/swagger-api/swagger-codegen/tree/master/modules/swagger-codegen/src/main/resources/r that can be tried out at https://generator.swagger.io/

sckott commented 5 years ago

yes, i am aware of those. the problem is they are Java tools. You are very welcome to use that instead of this. We may be able to learn from the templating they do perhaps though