update docs for remaining endpoints - fix #21

and fix some routes to add authentication
This commit is contained in:
Sam
2019-07-20 21:57:35 +02:00
parent 08b8c3c119
commit fcebb7a3df
24 changed files with 1533 additions and 157 deletions

View File

@ -1,8 +1,6 @@
Records
#######
work in progress
.. autoflask:: fittrackee_api:create_app()
:endpoints:
records.get_records

View File

@ -1,12 +1,7 @@
Sports
######
work in progress
.. autoflask:: fittrackee_api:create_app()
:endpoints:
sports.get_sports,
sports.get_sport,
sports.post_sport,
sports.update_sport,
sports.delete_sport
sports.get_sport

View File

@ -1,8 +1,6 @@
Statistics
##########
work in progress
.. autoflask:: fittrackee_api:create_app()
:endpoints:
stats.get_activities_by_sport,

View File

@ -1,8 +1,6 @@
Users
#####
work in progress
.. autoflask:: fittrackee_api:create_app()
:endpoints:
users.get_users,