HTML Diff
0 added 0 removed
Original 2026-01-01
Modified 2026-02-21
1 <p>1</p>
1 <p>1</p>
2 <a>About the course</a><p>Learning about the course, its structure, objectives, and goals</p>
2 <a>About the course</a><p>Learning about the course, its structure, objectives, and goals</p>
3 <p>2</p>
3 <p>2</p>
4 <a>The usage of HTTP API</a><p>Getting familiar with tasks unsolvable without an API</p>
4 <a>The usage of HTTP API</a><p>Getting familiar with tasks unsolvable without an API</p>
5 <p>3</p>
5 <p>3</p>
6 <a>HTTP requests in browsers</a><p>Exploring the developer panel and learning how to track API requests</p>
6 <a>HTTP requests in browsers</a><p>Exploring the developer panel and learning how to track API requests</p>
7 <p>4</p>
7 <p>4</p>
8 <a>HTTP API Example</a><p>Exploring resources and endpoints. Learning to understand JSON, pagination, and nested resources</p>
8 <a>HTTP API Example</a><p>Exploring resources and endpoints. Learning to understand JSON, pagination, and nested resources</p>
9 <p>5</p>
9 <p>5</p>
10 <a>CRUD</a><p>Learning to work with basic resource management operations and idempotence</p>
10 <a>CRUD</a><p>Learning to work with basic resource management operations and idempotence</p>
11 <p>6</p>
11 <p>6</p>
12 <a>CURL</a><p>Learning how to run queries from the command line</p>
12 <a>CURL</a><p>Learning how to run queries from the command line</p>
13 <p>7</p>
13 <p>7</p>
14 <a>Postman</a><p>Learning how to fulfill requests through a popular service Postman</p>
14 <a>Postman</a><p>Learning how to fulfill requests through a popular service Postman</p>
15 <p>8</p>
15 <p>8</p>
16 <a>Types of API</a><p>Getting to know the HTTP API (RPC, REST)</p>
16 <a>Types of API</a><p>Getting to know the HTTP API (RPC, REST)</p>
17 <p>9</p>
17 <p>9</p>
18 <a>OpenAPI (Swagger Specification)</a><p>Learning the standard that allows you to create an HTTP API specification that is convenient for code generation, documentation, and testing</p>
18 <a>OpenAPI (Swagger Specification)</a><p>Learning the standard that allows you to create an HTTP API specification that is convenient for code generation, documentation, and testing</p>