17 lines
388 B
JSON
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"
|
|
}
|