Things I want to know more about
REST
How I explained REST to my brother
- Who is Roy Fielding?
- is an American computer scientist, one of the principal authors of the HTTP specification and the originator of the Representational State Transfer (REST) architectural style. He is an authority on computer network architecture and co-founded the Apache HTTP Server project.
-
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?
- Because of our need to provide determinants, information, and possibilities for accepting transit.
-
What is the HTTP protocol that Fielding and his friends created?
- Fielding belonged to a small Web community that revised the standard into an email-like format, allowing users to send and receive hypertext documents.
-
What does a GET do?
- GET is used to request data from a specified resource.
-
What does a POST do?
- is a request method supported by HTTP used by the World Wide Web.
-
What does PUT do?
- method is used to update resource available on the server. Typically, it replaces whatever exists at the target URL with something else.
-
What does PATCH do?
- releases a daily dose of hormones through the skin into the bloodstream to prevent pregnancy.
API Keys
- Did you get your Geocoding API key?
- yes.
- Did you get your Weather Bit API key?
- yes.
- Did you get your Yelp API Docs API key?
- no.
- Did you get your Movie DB API Docs API key?
- no.