eventuate-tram/eventuate-tram-sagas-examples-customers-and-orders

Implement a Swagger UI for the API gateway

cer opened this issue · 0 comments

cer commented

It would be great if the API gateway had a Swagger UI, especially for the Order History.
Proposal:

  • Use compile "io.eventuate.util:eventuate-util-swagger-ui:$eventuateUtilVersion"
  • Handcrafted OpenAPI definition file (manually combine Swagger UIs from services)

@dartartem