OVERVIEW | GETTING STARTED | ENDPOINT REFERENCE | AUTHORIZATION | DATA MODEL
This API provides information about active slacklines to use in the What's Slackin'? App.
- Ruby/Rails
- jBuilder
- jwt
- PostgreSQL
Run bundle install
| 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 |
© 2016 EM DUBB