Slide 3
Slide 3 text
ReSt
- Representational state transfer
- Arquitectura para web apps (en cuanto soportado por HTTP)
- “Requests and responses are built around the transfer of
representations of resources”
- Resource: un concepto tangible al cual referirse
- Representation: un documento que describe el estado de
un resource
- Los cambios de estado se producen a través de los “verbos”
HTTP (POST; PUT; DELETE)
- Características: Stateless, Cacheable, Layered
- Blah, blah, blah...
RestKit - Victor Jalencas e Iván Leider
dimecres 14 de març de 12