Course «HTTP API»: online education
2026-02-21 03:00 Diff

1

About the course

Learning about the course, its structure, objectives, and goals

2

The usage of HTTP API

Getting familiar with tasks unsolvable without an API

3

HTTP requests in browsers

Exploring the developer panel and learning how to track API requests

4

HTTP API Example

Exploring resources and endpoints. Learning to understand JSON, pagination, and nested resources

5

CRUD

Learning to work with basic resource management operations and idempotence

6

CURL

Learning how to run queries from the command line

7

Postman

Learning how to fulfill requests through a popular service Postman

8

Types of API

Getting to know the HTTP API (RPC, REST)

9

OpenAPI (Swagger Specification)

Learning the standard that allows you to create an HTTP API specification that is convenient for code generation, documentation, and testing