reading-notes

301 Reading Notes

Class 7 Summary: This class is about Rest

Who is Roy Fielding? Help define internet propocall

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?

What is the HTTP protocol that Fielding and his friends created?

What does a GET do? gets/collects informatoin

What does a POST do? adds to another system

What does PUT do? replace info

What does PATCH do? partial update

Source: https://www.nytimes.com/2016/02/28/magazine/what-google-learned-from-its-quest-to-build-the-perfect-team.html

https://gist.github.com/brookr/5977550

API Keys

Things I want to know more about