Thank you guys for doing the work to put all of this together.
I'm having trouble with the openapi-generator for this project and thought it would be nice if you guys could put a sample of how to generate code for this spec. I "think" I am aiming at the correct .yaml files, but I could be wrong because I'm getting a large number of errors from the generator such as:
- Unrecognized token 'resources'
- There were issues with the specification
- Unrecognized token 'components'
- Error snake-parsing yaml content
- The incoming YAML document exceeds the limit: 3145728 code points
- etc.
I don't know, could be me, but a simple generator example showing the input file to use and any options needed (for any language) would be helpful.
Thank you guys for doing the work to put all of this together.
I'm having trouble with the openapi-generator for this project and thought it would be nice if you guys could put a sample of how to generate code for this spec. I "think" I am aiming at the correct .yaml files, but I could be wrong because I'm getting a large number of errors from the generator such as:
I don't know, could be me, but a simple generator example showing the input file to use and any options needed (for any language) would be helpful.