Skip to content

emdubb/slackline-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What's Slackin API

OVERVIEW | GETTING STARTED | ENDPOINT REFERENCE | AUTHORIZATION | DATA MODEL

Overview

This API provides information about active slacklines to use in the What's Slackin'? App.

Technologies Used

Getting Started

Run bundle install

Endpoint Reference

Rails Route HTTP Verb Endpoint Access
INDEX GET /
INDEX GET /api/users
CREATE POST /api/users
SHOW GET /api/users/:id
UPDATE PATCH/PUT /api/users/:id
DESTROY DELETE /api/users/:id
INDEX GET /api/users/:user_id/lines
CREATE POST /api/users/:user_id/lines
UPDATE PATCH/PUT /api/lines/:id
DESTROY DELETE /api/lines/:id
INDEX GET /api/lines/:line_id/posts
CREATE POST /api/lines/:line_id/posts
SHOW GET /api/posts/:id
UPDATE PATCH/PUT /api/posts/:id
INDEX GET /api/posts/:post_id/comments
CREATE POST /api/posts/:post_id/comments
UPDATE PATCH/PUT /api/comments/:id
DESTROY DELETE /api/comments/:id
CREATE POST /api/token
GET GET /api/me

###Authorization

###Data Models


© 2016 EM DUBB

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published