1
00:00:00,210 --> 00:00:02,340
Instructor: In this section I would like to discuss

2
00:00:02,340 --> 00:00:05,613
some advanced topics related to REST API.

3
00:00:06,510 --> 00:00:09,210
So the REST API world is very rich.

4
00:00:09,210 --> 00:00:11,640
There are a lot of patterns, a lot of methods,

5
00:00:11,640 --> 00:00:15,900
a lot of tools, and naturally we can't discuss all of it.

6
00:00:15,900 --> 00:00:18,930
But I would like to discuss two patterns

7
00:00:18,930 --> 00:00:21,060
that might prove themselves useful

8
00:00:21,060 --> 00:00:24,000
for you when designing your REST API.

9
00:00:24,000 --> 00:00:28,050
So the first one is a HATEOAS which I must admit,

10
00:00:28,050 --> 00:00:31,110
I'm not sure exactly how should be pronounced.

11
00:00:31,110 --> 00:00:36,110
And the second is API Discovery and Gateway.

12
00:00:36,360 --> 00:00:39,363
So let's move on and talk about HATEOAS.

