asyncapi / saunter

Saunter is a code-first AsyncAPI documentation generator for dotnet.
https://www.asyncapi.com/
MIT License
194 stars 55 forks source link

Add in the ability to generate ASYNCAPI Yaml #195

Open thompson-tomo opened 2 months ago

thompson-tomo commented 2 months ago

Why do we need this improvement?

Allows for greater flexibility in use cases & better fit business needs

How will this change help?

My workplace works with yaml for describing our API's and as such we would like to have our rabbitmq protocols described using yaml

Screenshots

No response

How could it be implemented/designed?

🚧 Breaking changes

No

VisualBean commented 2 months ago

This should be easy enough once asyncapi.net has replaced the models.

I am technically working on this, although currently on parental leave so i don't have time until May to finish it up

thompson-tomo commented 2 months ago

No problem, there is no urgency from me as i will have a possible workaround generate the JSON and then use the lego library to convert it.