caesar-rocks / core

🏛 Caesar is a Go web framework, designed for productivity.
https://caesar.rocks
MIT License
119 stars 3 forks source link

Add support for OpenAPI #6

Open alexisbz opened 5 months ago

alexisbz commented 5 months ago

Context

While building API endpoints, it may be very interesting to add some OpenAPI endpoints.

Indeed, OpenAPI specs standardize the usage of API endpoints, allowing clients to consume them in a reliable way.

That's even some early feedback that we receive on Reddit lately

Initial Considerations