Skip to the content.

Home Page

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

  1. Roy Feilding helped write the first web servers. He then did a lot of research to explain how the web worked.

  2. The techniques that we use today arent designed to work well for sending information world wide.

  3. The protocol that Feilding and his friends created is REST.

  4. GET retrieves information.

  5. POST sends/adds information from one system to another system.

  6. PUT replaces information from a system with something else.

  7. PATCH does partial updates

API KEYS

Geocoding API - yes

Weather Bit API - yes

Yelp API - yes

The Movie DB API - yes

Things I want to know more about