REST API
Why this topic matters
How I explained REST to my brother
- Who is Roy Fielding?
- Why don’t the techniques that we use in this class work well when we need to be able to talk to all of the machines in the world?
- What is the HTTP protocol that Fielding and his friends created?
- What does a
GET
do?
- What does a
POST
do?
- What does
PUT
do?
- What does
PATCH
do?
API Keys
Obtained API keys to the following services.
Geocoding API
Weather Bit API
Yelp API Docs
The Movie DB API Docs
Things I want to know more about