course
HTTP API
11 students
Course updated
25 July 2023
Included in the course
9 lessons (video or text)
25 quizzes
Assistance in Discussions on the website
Access to other courses of the our platform
What you'll learn
- use the OpenAPI specification
- design API using best practices
- execute requests with Postman
- analyze network requests in the browser
Description
This course explains what the HTTP API is, why it is needed, and where it is used
Course program
Estimated time: 3 hours
-
3
HTTP requests in browsers
Exploring the developer panel and learning how to track API requestsquiz
-
4
HTTP API Example
Exploring resources and endpoints. Learning to understand JSON, pagination, and nested resourcesquiz
-
9
OpenAPI (Swagger Specification)
Learning the standard that allows you to create an HTTP API specification that is convenient for code generation, documentation, and testingquiz
-
10
Do it yourself
Some additional tasks to help you consolidate the theory you've learned -
11
Additional resources
Some materials the Hexlet team have picked up. This will give you a more in-depth understanding of the topic