Skip to content

turns-app/turns-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

turns API

Local Setup

$ git clone https://github.com/jshawl/turns-api.git
$ cd turns-api
$ bundle install
$ rake db:create
$ rake db:migrate
$ rails s

Public API

post /users/sign_in

get /groups

Lists the current users groups, where the current user is defined by an authentication_token query paramater in the url.

post /groups

Creates a new group. Required paramaters are name.

delete /groups/:id

Deletes a group.

patch /groups/:id

Updates a group. Required paramaters are name.

get /groups/:id

Returns information about a group identified by its id.

get /groups/:group_id/tasks

Lists all tasks that belong to one group.

get /groups/:group_id/tasks/:id

Lists a specific groups' task.

get /groups/:group_id/tasks/:task_id/events

Lists the events for a given task.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published