The Four Verbs, 'GET, POST, PUT, DELETE,' Codecademy, How to use APIs with JavaScript, VIDEO
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.
Other Videos By We Will Code 2017-08-25 Requests, Codecademy, How to use APIs with JavaScript 2017-08-25 REST Constraints & Requirements, Codecademy, How to use APIs 2017-08-24 XML or JSON, Codecademy, How to use APIs with JavaScript 2017-08-22 Parsing JSON 2017-08-19 Parsing XML, Codecademy, How to use APIs with JavaScript 2017-08-17 Anatomy of a Response, Codecademy, How to use APIs with JavaScript 2017-08-16 HTTP Status Codes, How to use APIs with Javascript, Codecademy 2017-08-15 Authentication & API Keys, Codecademy, How to use APIs with Javascript 2017-08-14 Endpoints, How to use APIs with JavaScript, Codecademy 2017-08-12 Anatomy of a Request, Codecademy, How to use APIs with JavaScript 2017-08-11 The Four Verbs, 'GET, POST, PUT, DELETE,' Codecademy, How to use APIs with JavaScript, 2017-08-10 Making a Request, Codecademy,How to use APIs with Javascript 2017-08-09 A RESTful API 2017-08-08 No REST for the Wicked, Codecademy, How to use APIS 2017-08-08 The Client Server Relationship, Codecademy, How to use APIs 2017-08-07 You've Already Been Introduced, Codecademy, How To Use APIs with JavaScript 2017-08-02 Get Geolocation Data, freeCodeCamp, JSON APIs and Ajax 2017-08-01 Prefilter JSON, freeCodeCamp, JSON APIs and Ajax 2017-07-31 Render Images from Data Sources, freeCodeCamp, JSON API's and AJAX 2017-07-30 Convert JSON Data to HTML, freeCodeCamp, JSON API's and AJAX 2017-07-28 Get JSON with the jQuery get JSON Method, freeCodeCamp, JSON API and AJAX
Tags: javascript apis
http requests
https requests
making http request
REST api
RESTFUL APIS