The Four Verbs, 'GET, POST, PUT, DELETE,' Codecademy, How to use APIs with JavaScript,

Channel:
Subscribers:
8,020
Published on ● Video Link: https://www.youtube.com/watch?v=QqiRdEDxoxE



Duration: 1:51
584 views
3


In this lesson we go over 4 important verbs when dealing with API's and when making https and http request. We use GET requests to retrieve information from a specific source. POST requests are used to send information to a specific source. PUT requests are used to update existing info of specific source(like updating comment). A DELETE requests is used to delete existing information from specific source.







Tags:
javascript apis
http requests
https requests
making http request
REST api
RESTFUL APIS