ProjectLibertyLabs / social-app-template

Social Application Template that uses Gateway Services
Apache License 2.0
1 stars 4 forks source link

Generate OpenAPI document from code #63

Closed JoeCap08055 closed 3 months ago

JoeCap08055 commented 5 months ago

Description

Currently, the frontend generates the API to the backend from an OpenAPI spec document that is manually maintained separately from the code. As a developer, I would like to have this spec automatically kept in sync with the backend code. (Note, we have specifically chosen NOT to follow a spec-first design for the backend in which the backend code would be generated from the spec).