reading-notes

REST

What Google Learned From Its Quest to Build the Perfect Team

How I explained REST to my brother

1. Who is Roy Fielding??

He’s a computer scientist who helped author HTTP and and REST architectural style.

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??

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

4. What does a GET do?

5. What does a POST do?

6. What does PUT do?

7. What does PATCH do?

API Keys

Request a personal API key from the following APIs. You should receive these in your email within a few hours, often within minutes. Please request these keys prior to lecture to allow adequate time because you will need them in order to complete your lab assignment. Note: do not post your API keys in the Canvas discussion or on GitHub. Save them in a secure place.

Geocoding API

1. Did you get your API key?

Weather Bit API

1. Did you get your API key?

Yelp API Docs

1. Did you get your API key?

The Movie DB API Docs

1. Did you get your API key

Things I Want To Know More About

-

Previous Reading

Next Reading