Companies Home Search Profile

OpenAPI Specification & Swagger Tools - Zero To Master

Focused View

Eazy Bytes,Madan Reddy

8:21:38

8 View
  • 1. Introduction to the course & agenda.mp4
    08:26
  • 2.1 GitHub Repo.html
  • 2.2 OpenAPI Specification Zero to Master.pdf
  • 2. Details of GitHub repo, PDF Content & other instructions for the course.mp4
    03:45
  • 3. Introduction to APIs.mp4
    07:49
  • 4. Why do we need OpenAPI Specification.mp4
    10:21
  • 5. Introduction to OpenAPI Specification.mp4
    05:10
  • 6. Advantages of OpenAPI Specification filtered.mp4
    06:31
  • 7. History of OpenAPI & Swagger.mp4
    04:48
  • 8. Introduction to Swagger tools.mp4
    06:18
  • 1. Getting started with OpenAPI in code first approach - Part 1.mp4
    02:19
  • 2. Getting started with OpenAPI in code first approach - Part 2.mp4
    09:44
  • 3. Getting started with OpenAPI in code first approach - Part 3.mp4
    09:00
  • 1. Introduction to design first approach.mp4
    04:24
  • 2. Quick introduction to the history of YAML.mp4
    06:22
  • 3. Writing our first YAML file.mp4
    09:46
  • 4. Writing an minimal OpenAPI Specification document.mp4
    12:29
  • 5. Deep dive on Info, Contact, License objects.mp4
    07:27
  • 6. Writing Info, Contact, License details inside Open API specification.mp4
    09:22
  • 7. Understanding & writing server details inside Open API specification.mp4
    09:24
  • 1. Introduction to Paths inside Open API Specification.mp4
    07:28
  • 2. Writing our first path inside Open API Specification.mp4
    14:49
  • 3. Exploring our first path inside Swagger UI.mp4
    05:57
  • 4. Describing Query parameters inside Open API specification.mp4
    05:59
  • 5. Demo of Try it out inside Swagger UI.mp4
    04:17
  • 6. Assignment to build an GET API that supports path params.mp4
    04:49
  • 7. Assignment solution to build an GET API that supports path params.mp4
    07:28
  • 8. Assignment to build product related APIs.mp4
    05:37
  • 9. Assignment solution to build product related APIs.mp4
    09:23
  • 10. Describing HTTP POST API inside Open API specification.mp4
    13:59
  • 11. Describing HTTP PUT API inside OpenAPI specification.mp4
    06:55
  • 12. Describing HTTP DELETE API inside Open API specification.mp4
    05:48
  • 13. Describing Orders GET API inside Open API specification.mp4
    05:32
  • 14. A Quick recap about paths & its elements inside OpenAPI specification.mp4
    14:14
  • 15. Helpful website to know the OpenAPI specification structure.mp4
    05:34
  • 1. Introduction to CommonMark syntax.mp4
    05:47
  • 2. Writing better documentation using CommonMark syntax.mp4
    06:50
  • 3. Describing Quantity property with OpenMark syntax.mp4
    04:35
  • 4. Providing examples data inside Open API specifications.mp4
    09:03
  • 5. Organizing or Grouping APIs using tags inside OpenAPI specifications.mp4
    06:08
  • 1. Introduction to components inside OpenAPI specification.mp4
    04:07
  • 2. Building reusable parameters using components.mp4
    04:17
  • 3. Building reusable schemas using components.mp4
    07:52
  • 4. Assignment solution for building reusable category schema object.mp4
    02:47
  • 5. Building reusable responses using components object.mp4
    06:27
  • 1. Introduction to Data types inside OpenAPI specification.mp4
    02:30
  • 2. Deep dive into integer & number data type.mp4
    05:30
  • 3. Deep dive into string data type.mp4
    07:06
  • 4. Deep dive into boolean data type.mp4
    05:31
  • 5. Deep dive into Object data type.mp4
    10:38
  • 6. Deep dive into Arrays data type.mp4
    03:09
  • 7. Deep dive into enum keyword.mp4
    04:39
  • 1. Introduction to Inheritance & polymorphism inside OpenAPI specification.mp4
    03:01
  • 2. Inheritance using allOf.mp4
    06:34
  • 3. Polymorphism using oneOf keyword.mp4
    03:39
  • 4. Polymorphism using anyOf keyword.mp4
    08:55
  • 5. Visual example to understand oneOf, anyOf, allOf, not keywords.mp4
    04:18
  • 1. Quick checkpoint.mp4
    04:11
  • 2. Declaring operationId inside OpenAPI specification.mp4
    06:21
  • 3. Usage of deprecated inside OpenAPI specification.mp4
    04:55
  • 4. Defining links inside OpenAPI specification.mp4
    08:03
  • 5. Defining extension fields inside OpenAPI specification.mp4
    05:47
  • 6. Usage of externalDocs inside OpenAPI specification.mp4
    03:37
  • 1. Introduction to security inside OpenAPI specification.mp4
    04:12
  • 2. Defining HTTP Basic & Bearer Authentication inside OAS - Theory.mp4
    06:28
  • 3. Defining HTTP Basic & Bearer Authentication inside OAS - Demo.mp4
    05:35
  • 4. Defining API key security inside OAS.mp4
    04:09
  • 5. Defining OAuth2 & OpenIDConnect security inside OAS - Theory.mp4
    07:55
  • 6. Defining OAuth2 security inside OAS - Demo.mp4
    03:51
  • 7. Defining security at individual operation level.mp4
    02:40
  • 1. Hosting OpenAPI specification using GitHub pages - Part 1.mp4
    02:49
  • 2. Hosting OpenAPI specification using GitHub pages - Part 2.mp4
    09:33
  • 3. Mock APIs using OpenAPI specification.mp4
    12:56
  • 4. Generate Server stubs using OpenAPI specification.mp4
    08:57
  • 5. Generate client code using OpenAPI specification.mp4
    09:12
  • 6. Demo of OpenAPI Spring (Java framework) library springdoc-openapi.mp4
    14:03
  • 1. Thank You & Congratulations.mp4
    01:47
  • Description


    Document, Mock, Test APIs using Open API specification & Swagger Tools. Generate code from Open API. Based on OAS 3 ver

    What You'll Learn?


    • Designing APIs with OpenAPI Specifications and Swagger Tools
    • Describing APIs details using OpenAPI Specifications
    • History of OpenAPI & Swagger. Relation between them
    • Details about Swagger tools like Swagger Editor, Swagger UI, Swagger Inspector, Swagger Hub etc.
    • How to get started with OpenAPI in code first & Design first scenarios
    • How to write a valid OpenAPI yaml document
    • Writing re-usable content inside OpenAPI with components
    • Data types supported by OpenAPI & their details
    • Inheritance & polymorphism inside OpenAPI
    • How to describe APIs security inside OpenAPI
    • How to mock APIs with OpenAPI specification
    • How to generate client code & server stubs using OpenAPI
    • Deploying & Hosting OpenAPI along with Swagger UI

    Who is this for?


  • API Developers, Testers, Business Analysts, Architects, DevOps team members
  • What You Need to Know?


  • Basic knowledge on APIs
  • More details


    Description

    'OpenAPI Specification & Swagger Tools - Zero To Master' course will help in understanding about Open API Specification and how to describe, document APIs using it. By the end of this course, students will understand all the below topics,

    1) Designing APIs with OpenAPI Specifications and Swagger Tools

    2) Describing, Documenting APIs details using OpenAPI Specifications

    3) History of OpenAPI & Swagger and relation between them

    4) Details about Swagger tools like Swagger Editor, Swagger UI, Swagger Inspector, Swagger Hub, Swagger Codegen etc.

    5) How to get started with OpenAPI in code first & Design first scenarios

    6) How to write a valid OpenAPI document using YAML syntax

    7) Writing re-usable content inside Open API specification with components

    8) Data types supported by Open API specification & their details

    9) Inheritance & polymorphism inside OpenAPI with keywords oneOf, anyOf, allOf and not

    10 ) How to describe APIs security inside Open API specification

    11) How to mock APIs with Open API specification & Prism mock server

    12) How to generate client code & server stubs using OpenAPI for various popular programming languages & frameworks

    13) Deploying & Hosting Open API specification inside a GitHub page along with Swagger UI

    14) Providing examples data for the APIs inside Open API specification

    15) Advantages of using Open API specification

    16) Providing better documentation using CommonMark syntax inside Open API specification


    Who this course is for:

    • API Developers, Testers, Business Analysts, Architects, DevOps team members

    User Reviews
    Rating
    0
    0
    0
    0
    0
    average 0
    Total votes0
    Focused display
    Category
    The target of the Eazy Bytes is to educate Students, Developers and Architects on designing and implementing web applications focusing modularity, scalability, security and performance by using Java, Angular, Spring, JPA, Hibernate, Microservices, SpringBoot and Cloud. As the name indicates the knowledge sharing will be in byte sized which can be easily understand by anyone who spends quality time during the trainings.
    Madan Reddy is the founder of eazybytes, who boasts over 13 years of experience creating and distributing enterprise web applications using Java, Spring, SpringBoot, Microservices, Angular, React JS & Cloud. He is consistently enthusiastic about staying current and imparting his knowledge with others. With his remarkable talent for simplifying complex concepts, he has been able to instruct novice software developers for many years, and has recently extended his knowledge to Udemy, where he has created top-rated courses. Through his teachings on Udemy, he intends to impart the knowledge he has acquired to other software engineers and college students.
    Students take courses primarily to improve job-related skills.Some courses generate credit toward technical certification. Udemy has made a special effort to attract corporate trainers seeking to create coursework for employees of their company.
    • language english
    • Training sessions 75
    • duration 8:21:38
    • English subtitles has
    • Release Date 2024/05/03