REST
1-Who is Roy Fielding?
- The one who helped write web servers and created HTTP protocol
2-Why don’t the techniques that we use today work well when we need to be able to talk to all of the machines in the world?
- Because they weren’t designed to be used like that
3-What is the HTTP protocol that Fielding and his friends created?
- HTTP is capable of describing the location of something anywhere in the world from anywhere in the world. It’s the foundation of the web. You can think of it like GPS coordinates for knowledge and information.
4-What does a GET do?
5-What does a POST do?
If one system needs to add something to another system
6-What does PUT do?
If a system wants to replace something in another system
7-What does PATCH do?
to do a partial update

API Keys 1-Geocoding API
Did you get your API key? YES
2-Weather Bit API
Did you get your API key? NO
3-Yelp API Docs
Did you get your API key? NO
4-The Movie DB API Docs
Did you get your API key? NO
