What is a REST API?

Опубликовано: 17 Октябрь 2024
на канале: Dave Hollingworth
3,297
222

PHP APIs course: ➤ https://davehollingworth.net/phpapisy

Most web APIs are RESTful, but what does this mean?

In this video we'll learn what REST is, what this means for a RESTful API, and how HTTP requests and responses work: in addition to the URL, the request consists of a method (verb), headers and a body. The response also contains a body and headers, along with a status code.

Site shown in the video:
https://developer.mozilla.org/en-US/d...
https://en.wikipedia.org/wiki/Hyperte...
https://en.wikipedia.org/wiki/List_of...
https://en.wikipedia.org/wiki/List_of...
https://en.wikipedia.org/wiki/List_of...
https://github.com/404
https://en.wikipedia.org/wiki/Represe...
https://www.ics.uci.edu/~fielding/pub...

00:00 Introduction
00:26 Requests and responses
00:52 HTTP requests
02:29 HTTP responses
03:55 REST
05:10 Resources
05:21 RESTful URLs
07:06 RESTful endpoints
07:28 Summary
07:42 Like, subscribe and comment

#API #REST #RESTful