Alfresco / rest-api-explorer

Public REST API Explorer
Apache License 2.0
36 stars 25 forks source link

[Question] How do you generate OpenAPI description YAML files ? #203

Open p4535992 opened 7 months ago

p4535992 commented 7 months ago

How do you generate OpenAPI description YAML files ?

Let me explain, I have built custom rest api's according to Alfresco's logic to go alongside the default ones and now I need to somehow generate the REST services description files.

How is the YAML file describing the Alfresco REST services created ? Is any specific tool like https://openapi-generator.tech/ used ? Can you explain how you generate the YAML files with each release of this project ?