Slide 15
Slide 15 text
RESTFUL API DESIGN
•REST - Representational state transfer
•API models a set of resources
•Uses native HTTP verbs – GET, POST, PUT, DELETE
•Similar to old CRUD model of app development –
Create, Retrieve, Update, Destroy
•Probably closely linked to your database design,
especially if building from scratch
•Supported by modern web development frameworks
such