update docs for remaining endpoints - fix #21
and fix some routes to add authentication
This commit is contained in:
@ -1,8 +1,6 @@
|
||||
Records
|
||||
#######
|
||||
|
||||
work in progress
|
||||
|
||||
.. autoflask:: fittrackee_api:create_app()
|
||||
:endpoints:
|
||||
records.get_records
|
||||
|
@ -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
|
||||
|
@ -1,8 +1,6 @@
|
||||
Statistics
|
||||
##########
|
||||
|
||||
work in progress
|
||||
|
||||
.. autoflask:: fittrackee_api:create_app()
|
||||
:endpoints:
|
||||
stats.get_activities_by_sport,
|
||||
|
@ -1,8 +1,6 @@
|
||||
Users
|
||||
#####
|
||||
|
||||
work in progress
|
||||
|
||||
.. autoflask:: fittrackee_api:create_app()
|
||||
:endpoints:
|
||||
users.get_users,
|
||||
|
Reference in New Issue
Block a user