euanwm / OpenWeightlifting

Repository that is deployed for the OpenWeightlifting site
https://www.openweightlifting.org
BSD 3-Clause "New" or "Revised" License
31 stars 21 forks source link

API Documentation #282

Closed euanwm closed 7 months ago

euanwm commented 7 months ago

Implemented gin-swagger so we've got documentation for all the backend endpoints. Will need to push through a failing build due to the requirement of a valid docs module.

Refactored a significant amount of code so that the endpoints are separate from the server startup configuration stuff. Makes it more readable at the top level from a file structure perspective.