Slide 11
Slide 11 text
Using an API
REST basics (main focus for this talk)
Client-Server
Stateless – each request is complete and self
contained (struggle with sessions and cookies)
Cacheable
Layered – client cannot tell if using end-server,
allows load balancers, caches, logging, auth.
Uniform interface – decoupled from architecture
Methods – GET, POST, PUT, DELETE, HEAD,
OPTIONS, TRACE, CONNECT