Class 07 Notes
What Google Learned From Its Quest to Build the Perfect Team
This was read in code 201.
How I explained REST to my brother
-
Roy Feilding helped write the first web servers. He then did a lot of research to explain how the web worked.
-
The techniques that we use today arent designed to work well for sending information world wide.
-
The protocol that Feilding and his friends created is REST.
-
GET retrieves information.
-
POST sends/adds information from one system to another system.
-
PUT replaces information from a system with something else.
-
PATCH does partial updates
API KEYS
Geocoding API - yes
Weather Bit API - yes
Yelp API - yes
The Movie DB API - yes