The number of HTTP methods we'll use is quite small—there are just four HTTP "verbs" we'll need to know! They are:
💢 GET: retrieves information from the specified source (you just saw this one!)
💢 POST: sends new information to the specified source.
💢 PUT: updates existing information of the specified source.
💢 DELETE: removes existing information from the specified source.
💥Endpoints
💥Authentication & API Keys
Some APIs require authentication using a protocol called OAuth. We won't get into the details, but if we've ever been redirected to a page asking for permission to link an application with our account, we've probably used OAuth.
No comments:
Post a Comment