234 B
234 B
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)
- Use standard HTTP response codes
- 200 OK, 204 No Content, 404 Not Found
note: