Open edwinvandenbelt opened 1 year ago
Hello @edwinvandenbelt - yes, this is possible from the Stoplight web interface: https://openmobilityfnd.stoplight.io/docs/mds-openapi
Select an API by clicking on the cloud icon for that API (e.g. the Agency API):
Then look at the far right for the Export
dropdown, and select Bundled References
:
This will package everything for that API into a single YAML file and download it.
Ah. Ok, works partly. I need to implement as well a few endpoints from policy, geography and provider... I do have 3 different yamls to integrate. And you are using OpenAPI 3.1.0. You're running ahead of the troops. Most generators can cope with 3.0.0, but that's not your main concern.
I'm used to generate code using the swagger editor (https://editor.swagger.io/). Therefore the code should be in one file. Is it possible to obtain all the parts in one file?