MicahWW / Money-Tracking-Functions

The backend to a service to help track how one's money is being spent
0 stars 0 forks source link

Swagger UI #21

Closed MicahWW closed 4 months ago

MicahWW commented 5 months ago

Documenting the endpoint using Swagger will greatly help define what the API is expecting to receive and return because as of writing this many functions have temporary holder returns that don't give any useful information. This will be ongoing but this issue is to track the initial setup of the Swagger documentation.

There are a few different ways to edit and view:

MicahWW commented 5 months ago

There are 3 versions of the specification, 2, 3, and 3.1. As the swagger editor doesn't currently fully sport the 3.1 specification, I think the best option is to stay with version 3. The latest of which is 3.0.3

Documentation for 3.0.3

MicahWW commented 4 months ago

The process has been started but there is much to go. At this point though individual issues will be brought up for issues found, better documentation, etc..

The different links mentioned here have also been quoted in the readme as of 1fc3551