reading-notes

Code-Fellows reading notes.

View the Project on GitHub bkasprzyk19/reading-notes

<==Back

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

Who is Roy Fielding?

Roy helped write the first web servers that sent documents across the internet.

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?

when you go to a webpage the browser does an http get on the url and comes back with a web page

What does a GET do?

retreives resource data

What does a POST do?

adds data from one system to another one.

What does PUT do?

replace something in aonther system

What does PATCH do?

partially update something in another system.

Keys

Geocoding API Did you get your API key? Yes

Weather Bit API Did you get your API key? Yes

Yelp API Docs Did you get your API key? Yes

The Movie DB API Docs Did you get your API key? Yes