MerrionComputing / EventsSourcing-on-Azure-Functions

A library to demonstrate doing Event Sourcing as a data persistence mechanism for Azure Functions
MIT License
103 stars 20 forks source link

Decorate functions with OpenAPI #52

Open MerrionComputing opened 3 years ago

MerrionComputing commented 3 years ago

See this project

The public API of the bank samples should be decorated with these OpenAPI attributes so that OpenAPI documentation can be generated from them.

MerrionComputing commented 3 years ago

I think I will hold off doing this until the project is out of pre-release