Book Image

Understanding APIs and RESTful APIs Crash Course [Video]

By : Kalob Taulien
5 (1)
Book Image

Understanding APIs and RESTful APIs Crash Course [Video]

5 (1)
By: Kalob Taulien

Overview of this book

This course will help you understand what APIs and RESTful APIs are and how they work. It is designed in such a way that you will learn everything you need without feeling overwhelmed. APIs and RESTful APIs come across as difficult or advanced subjects, but they are just two computers communicating with each other and exchanging commands and data. The videos will take you through several easy-to-remember metaphors so that you can grasp APIs without getting unnerved. Because APIs can be written using different programming languages, this course will not include any coding exercises apart from a JavaScript demo. By the end of this course, you’ll have a comprehensive understanding of how APIs work and how computers communicate with each other. You’ll also become familiar with RESTful APIs, which make use of the HTTP protocol. All the codes and supporting files for this course are available at- https://github.com/PacktPublishing/Understanding-APIs-and-RESTful-APIs-Crash-Course
Table of Contents (3 chapters)
Chapter 2
Understanding APIs and RESTful APIs
Content Locked
Section 10
PUT/PATCH requests
PUT/PATCH requests = you are UPDATING data from a server. Ask the server to update a resource, or a piece of a resource, and it will.