This presentation is available at:
https://presentations.generalassemb.ly/65ff2fb0cac4d9c21dca#/
This presentation is available at:
https://presentations.generalassemb.ly/ab06625d4d1e0c2ab158#/1
This presentation is available at:
https://presentations.generalassemb.ly/cb61f86a10e2f6f1c0ff#/1
This presentation can be viewed here:
https://presentations.generalassemb.ly/c595e0c707dc5429ba9e#/1
Click to View this Presentation
Note: This lesson is not broken into distinct 1:15 modules. It is designed to be spread throughout a day...
Example resource: posts
HTTP Method (Verb) |
Path/Endpoint/URI | CRUD Operation | Typical Controller Action |
Has Data Payload |
---|---|---|---|---|
GET | /posts | Read all posts | index | No |
GET | /posts/:id | Read a specific post | show | No |
POST | /posts | Create a new post | create | Yes |
PUT | /posts/:id | Update specified post | update | Yes |