AmplicaLabs / social-app-template

Social Application Template that uses Gateway Services
Apache License 2.0
0 stars 2 forks source link

Generate OpenAPI document from code #63

Open JoeCap08055 opened 1 month ago

JoeCap08055 commented 1 month 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).