Slide 17
Slide 17 text
REST Arc tecture
REpresentational State Transfer (REST)
Establishes a “language” used to communicate with a service
Resources are nouns and have a URI
Uses HTTP methods as the verbs:
GET, POST, PUT, and DELETE
Allows us to perform the core database functions (CRUD)