Schedule > SQL Review; Intro to HTTP & REST
Week 4: Mon, Jan 24
Exercise Files
Today, we will do a few things:
- First, we will go over a few questions that came up around the concept of the
INNER JOIN
. - Next, we will discuss REST APIs (representational state transfer) – an architectural style for creating, update, reading, and deleting data over HTTP.
- Finally, we will take a look at some existing REST APIs (e.g. Spotify, YouTube, Twitter, etc.) in order to study how they organize their REST interfaces.
Slides
Lecture Video(s)
- Recorded Lecture Video (59:08)
Readings
-
Avraham, Shif Ben
(Sept. 5, 2017).
What is REST — A Simple Explanation for Beginners.
for your reference -
Feilding, Roy
(2000).
Roy Fielding's original paper.
for your reference - Please also download and install Postman.