1
0
Fork 0
lets-talk-apis/slides/rest-on-the-web.md

12 lines
234 B
Markdown
Raw Permalink Normal View History

2015-10-12 14:36:14 -04:00
## REST on the Web
* Take a base URI
* Pick a data type (JSON, XML, Atom, etc)
* Use standard HTTP methods
* GET, PUT, POST, DELETE, (and PATCH)
2015-10-12 17:11:41 -04:00
* Use standard HTTP response codes
* 200 OK, 204 No Content, 404 Not Found
2015-10-12 14:36:14 -04:00
2015-10-12 17:11:41 -04:00
note:
2015-10-12 14:36:14 -04:00