https://github.com/dmytrovasin/timetrakerapi
Api for TimeTracker App:
https://github.com/dmytrovasin/timetrakerapi
Last synced: 8 months ago
JSON representation
Api for TimeTracker App:
- Host: GitHub
- URL: https://github.com/dmytrovasin/timetrakerapi
- Owner: DmytroVasin
- License: mit
- Created: 2016-09-01T05:42:45.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-01T05:47:53.000Z (about 9 years ago)
- Last Synced: 2025-01-02T01:42:33.092Z (9 months ago)
- Language: Ruby
- Homepage: https://github.com/DmytroVasin/TimeTracker
- Size: 42 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Time Tracker Api
Basec on Rails + ActiveModel Serializer
Pushed on Heroku:
* GET https://time-tracker-api.herokuapp.com/stories.json
* GET https://time-tracker-api.herokuapp.com/periods.json
* GET https://time-tracker-api.herokuapp.com/stories/${id}.json
* POST https://time-tracker-api.herokuapp.com/stories/${id}.json
* PATCH https://time-tracker-api.herokuapp.com/stories/${id}.json
* DELETE https://time-tracker-api.herokuapp.com/stories/${id}.json
* GET https://time-tracker-api.herokuapp.com/graph.json
* POST https://time-tracker-api.herokuapp.com/stories/${storyId}/tasks.json
* DELETE https://time-tracker-api.herokuapp.com/stories/${storyId}/tasks/${taskId}.json