He’s smart person , He helped write the first web servers, that sent documents across the internet… and then he did a ton of research explaining why the web works the way it does. His name is on the specification for the protocol that is used to get pages from servers to your browser.
Because they weren’t designed to be used like that. When Fielding and his colleagues started building the web, being able to talk to any machine anywhere in the world was a primary concern. But most of the techniques developers later used to get computers to talk to each other didn’t have those requirements. You just needed to talk to a small group of machines.
s all about applying verbs to nouns. For instance, when you go to a web page, the browser does an HTTP GET on the URL you typed in and back comes a web page.
every URL would have a human readable and a machine readable representation. When a machine GETs a resource, it will ask for the machine-readable one. When a browser GETs a resource for a human, it will ask for the human-readable “representation” of that data.
If one system needs to add something to another system, it would use an HTTP verb of POST.
If a system wants to replace something in another system, it uses an HTTP verb of PUT
to do a partial update
Did you get your API key ? yes
Did you get your API key ? yes
Did you get your API key ? yes
Did you get your API key ? yes