update docs and api endpoints

This commit is contained in:
Sam
2019-07-19 12:02:49 +02:00
parent 1247e2253a
commit 715da8fc64
21 changed files with 148 additions and 3 deletions

View File

@ -1,6 +1,8 @@
Authentication
##############
work in progress
.. autoflask:: fittrackee_api:create_app()
:endpoints:
auth.register_user,

View File

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

View File

@ -1,6 +1,8 @@
Sports
######
work in progress
.. autoflask:: fittrackee_api:create_app()
:endpoints:
sports.get_sports,

View File

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

View File

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