Files
workout/swagger/base.json
2022-07-23 18:59:21 +10:00

17 lines
388 B
JSON

{
"swagger": "2.0",
"info": {
"title": "WorkoutTracker API",
"description": "API for tracking topsets of workouts",
"contact": {
"responsibleOrganization": "ME",
"responsibleDeveloper": "Me",
"email": "me@me.com",
"url": "www.me.com"
},
"version": "0.0.1"
},
"schemes": ["http", "https"],
"operationId": "getmyData"
}