This API supports http://velonotes.com
https://github.com/toddcd/velonotes-client
-
'/api/register'
- POST '/register'
-
'/api/auth'
- POST '/login'
-
'/api/bicycles'
- GET '/'
- POST '/'
- GET '/:bike_id'
-
'/api/positions'
- POST '/'
- GET '/:position_id'
- DELETE '/:position_id'
- PATCH '/:position_id'
-
'/api/notes'
- POST '/'
- GET '/:note_id'
- DELETE '/:note_id'
- PATCH '/:note_id'
-
'/api/uidata'
- GET '/make'
- GET '/size'