Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай OpenAPI Specification & Swagger Tools - Zero To Master, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:08:27
    Introduction to the course & agenda
  2. Урок 2. 00:03:46
    Details of GitHub repo, PDF Content & other instructions for the course
  3. Урок 3. 00:07:50
    Introduction to APIs
  4. Урок 4. 00:10:22
    Why do we need OpenAPI Specification
  5. Урок 5. 00:05:11
    Introduction to OpenAPI Specification
  6. Урок 6. 00:06:32
    Advantages of OpenAPI Specification
  7. Урок 7. 00:04:49
    History of OpenAPI & Swagger
  8. Урок 8. 00:06:20
    Introduction to Swagger tools
  9. Урок 9. 00:02:20
    Getting started with OpenAPI in code first approach - Part 1
  10. Урок 10. 00:09:45
    Getting started with OpenAPI in code first approach - Part 2
  11. Урок 11. 00:09:01
    Getting started with OpenAPI in code first approach - Part 3
  12. Урок 12. 00:04:25
    Introduction to design first approach
  13. Урок 13. 00:06:23
    Quick introduction to the history of YAML
  14. Урок 14. 00:09:47
    Writing our first YAML file
  15. Урок 15. 00:12:30
    Writing an minimal OpenAPI Specification document
  16. Урок 16. 00:07:28
    Deep dive on Info, Contact, License objects
  17. Урок 17. 00:09:23
    Writing Info, Contact, License details inside Open API specification
  18. Урок 18. 00:09:25
    Understanding & writing server details inside Open API specification
  19. Урок 19. 00:07:29
    Introduction to Paths inside Open API Specification
  20. Урок 20. 00:14:50
    Writing our first path inside Open API Specification
  21. Урок 21. 00:05:58
    Exploring our first path inside Swagger UI
  22. Урок 22. 00:06:00
    Describing Query parameters inside Open API specification
  23. Урок 23. 00:04:18
    Demo of Try it out inside Swagger UI
  24. Урок 24. 00:04:50
    Assignment to build an GET API that supports path params
  25. Урок 25. 00:07:29
    Assignment solution to build an GET API that supports path params
  26. Урок 26. 00:05:38
    Assignment to build product related APIs
  27. Урок 27. 00:09:24
    Assignment solution to build product related APIs
  28. Урок 28. 00:14:00
    Describing HTTP POST API inside Open API specification
  29. Урок 29. 00:06:56
    Describing HTTP PUT API inside OpenAPI specification
  30. Урок 30. 00:05:49
    Describing HTTP DELETE API inside Open API specification
  31. Урок 31. 00:05:33
    Describing Orders GET API inside Open API specification
  32. Урок 32. 00:14:15
    A Quick recap about paths & its elements inside OpenAPI specification
  33. Урок 33. 00:05:35
    Helpful website to know the OpenAPI specification structure
  34. Урок 34. 00:05:48
    Introduction to CommonMark syntax
  35. Урок 35. 00:06:51
    Writing better documentation using CommonMark syntax
  36. Урок 36. 00:04:36
    Describing Quantity property with OpenMark syntax
  37. Урок 37. 00:09:04
    Providing examples data inside Open API specifications
  38. Урок 38. 00:06:09
    Organizing or Grouping APIs using tags inside OpenAPI specifications
  39. Урок 39. 00:04:08
    Introduction to components inside OpenAPI specification
  40. Урок 40. 00:04:18
    Building reusable parameters using components
  41. Урок 41. 00:07:53
    Building reusable schemas using components
  42. Урок 42. 00:02:48
    Assignment solution for building reusable category schema object
  43. Урок 43. 00:06:28
    Building reusable responses using components object
  44. Урок 44. 00:02:31
    Introduction to Data types inside OpenAPI specification
  45. Урок 45. 00:05:31
    Deep dive into integer & number data type
  46. Урок 46. 00:07:07
    Deep dive into string data type
  47. Урок 47. 00:05:32
    Deep dive into boolean data type
  48. Урок 48. 00:10:39
    Deep dive into Object data type
  49. Урок 49. 00:03:11
    Deep dive into Arrays data type
  50. Урок 50. 00:04:40
    Deep dive into enum keyword
  51. Урок 51. 00:03:02
    Introduction to Inheritance & polymorphism inside OpenAPI specification
  52. Урок 52. 00:06:35
    Inheritance using allOf
  53. Урок 53. 00:03:40
    Polymorphism using oneOf keyword
  54. Урок 54. 00:08:56
    Polymorphism using anyOf keyword
  55. Урок 55. 00:04:19
    Visual example to understand oneOf, anyOf, allOf, not keywords
  56. Урок 56. 00:04:12
    Quick checkpoint
  57. Урок 57. 00:06:22
    Declaring operationId inside OpenAPI specification
  58. Урок 58. 00:04:56
    Usage of deprecated inside OpenAPI specification
  59. Урок 59. 00:08:04
    Defining links inside OpenAPI specification
  60. Урок 60. 00:05:48
    Defining extension fields inside OpenAPI specification
  61. Урок 61. 00:03:38
    Usage of externalDocs inside OpenAPI specification
  62. Урок 62. 00:04:13
    Introduction to security inside OpenAPI specification
  63. Урок 63. 00:06:29
    Defining HTTP Basic & Bearer Authentication inside OAS - Theory
  64. Урок 64. 00:05:36
    Defining HTTP Basic & Bearer Authentication inside OAS - Demo
  65. Урок 65. 00:04:10
    Defining API key security inside OAS
  66. Урок 66. 00:07:56
    Defining OAuth2 & OpenIDConnect security inside OAS - Theory
  67. Урок 67. 00:03:52
    Defining OAuth2 security inside OAS - Demo
  68. Урок 68. 00:02:41
    Defining security at individual operation level
  69. Урок 69. 00:02:50
    Hosting OpenAPI specification using GitHub pages - Part 1
  70. Урок 70. 00:09:34
    Hosting OpenAPI specification using GitHub pages - Part 2
  71. Урок 71. 00:12:57
    Mock APIs using OpenAPI specification
  72. Урок 72. 00:08:58
    Generate Server stubs using OpenAPI specification
  73. Урок 73. 00:09:13
    Generate client code using OpenAPI specification
  74. Урок 74. 00:14:04
    Demo of OpenAPI Spring (Java framework) library springdoc-openapi
  75. Урок 75. 00:01:48
    Thank You & Congratulations