Using HTTP Methods for RESTful Services
Install Postman, an excellent REST client available for Chrome and Mac.
HTTP Verb | /people |
/people/:id |
---|---|---|
POST | Create single person | n/a |
GET | Read all records | Read single person |
PUT/PATCH | n/a | Update single person |
DELETE | n/a | Delete single person |
Ajax with jQuery: A Beginner’s Guide;
Group project! Use what you’ve learned about jQuery, events, Ajax, and REST to make something cool. Present your project to the class. Be creative!
Use these APIs or others as you see fit: