Udemy - OpenAPI Specification & Swagger Tools - Zero To Master (11.2024)
File List
- 11 - Hosting, Mock APIs, Code generation using OAS/083 Generate client code using OpenAPI specification.mp4 134.1 MB
- 11 - Hosting, Mock APIs, Code generation using OAS/081 Mock APIs using OpenAPI specification.mp4 126.1 MB
- 04 - Deep dive on Paths inside Open API specifications/023 Writing our first path inside Open API Specification.mp4 123.9 MB
- 11 - Hosting, Mock APIs, Code generation using OAS/082 Generate Server stubs using OpenAPI specification.mp4 121.7 MB
- 03 - Getting started with OpenAPI specification in design first scenario/017 Writing an minimal OpenAPI Specification document.mp4 120.6 MB
- 11 - Hosting, Mock APIs, Code generation using OAS/080 Hosting OpenAPI specification using GitHub pages - Part 2.mp4 104.0 MB
- 05 - Writing better documentation inside OpenAPI specification/042 Organizing or Grouping APIs using tags inside OpenAPI specifications.mp4 103.5 MB
- 09 - Other advance topics inside OpenAPI specification/067 Defining links inside OpenAPI specification.mp4 99.1 MB
- 11 - Hosting, Mock APIs, Code generation using OAS/084 Demo of OpenAPI Spring (Java framework) library springdoc-openapi.mp4 91.4 MB
- 04 - Deep dive on Paths inside Open API specifications/035 A Quick recap about paths & its elements inside OpenAPI specification.mp4 82.9 MB
- 04 - Deep dive on Paths inside Open API specifications/031 Describing HTTP POST API inside Open API specification.mp4 77.8 MB
- 05 - Writing better documentation inside OpenAPI specification/038 Introduction to CommonMark syntax.mp4 68.1 MB
- 03 - Getting started with OpenAPI specification in design first scenario/020 Understanding & writing server details inside Open API specification.mp4 63.0 MB
- 06 - Building reusable content using components inside OpenAPI specification/048 Building reusable responses using components object.mp4 61.9 MB
- 02 - Getting started with OpenAPI specification in code first scenario/011 Getting started with OpenAPI in code first approach - Part 2.mp4 61.1 MB
- 04 - Deep dive on Paths inside Open API specifications/030 Assignment solution to build product related APIs.mp4 57.3 MB
- 04 - Deep dive on Paths inside Open API specifications/033 Describing HTTP DELETE API inside Open API specification.mp4 54.0 MB
- 05 - Writing better documentation inside OpenAPI specification/041 Providing examples data inside Open API specifications.mp4 52.1 MB
- 08 - Inheritance & polymorphism inside OpenAPI specification/061 Polymorphism using anyOf keyword.mp4 50.0 MB
- 06 - Building reusable content using components inside OpenAPI specification/046 Building reusable schemas using components.mp4 49.0 MB
- 07 - Deep dive on Data types inside OpenAPI specification/054 Deep dive into Object data type.mp4 49.0 MB
- 01 - Introduction to OpenAPI Specification/008 Introduction to Swagger tools.mp4 46.5 MB
- 02 - Getting started with OpenAPI specification in code first scenario/012 Getting started with OpenAPI in code first approach - Part 3.mp4 44.0 MB
- 10 - Describing APIs Security inside OpenAPI specification/076 Defining OAuth2 security inside OAS - Demo.mp4 42.1 MB
- 07 - Deep dive on Data types inside OpenAPI specification/052 Deep dive into string data type.mp4 41.9 MB
- 08 - Inheritance & polymorphism inside OpenAPI specification/059 Inheritance using allOf.mp4 39.4 MB
- 03 - Getting started with OpenAPI specification in design first scenario/018 Deep dive on Info, Contact, License objects.mp4 35.7 MB
- 09 - Other advance topics inside OpenAPI specification/065 Declaring operationId inside OpenAPI specification.mp4 34.9 MB
- 10 - Describing APIs Security inside OpenAPI specification/073 Defining HTTP Basic & Bearer Authentication inside OAS - Demo.mp4 34.8 MB
- 04 - Deep dive on Paths inside Open API specifications/028 Assignment solution to build an GET API that supports path params.mp4 33.8 MB
- 10 - Describing APIs Security inside OpenAPI specification/075 Defining OAuth2 & OpenIDConnect security inside OAS - Theory.mp4 32.2 MB
- 04 - Deep dive on Paths inside Open API specifications/034 Describing Orders GET API inside Open API specification.mp4 32.0 MB
- 03 - Getting started with OpenAPI specification in design first scenario/019 Writing Info, Contact, License details inside Open API specification.mp4 31.6 MB
- 04 - Deep dive on Paths inside Open API specifications/025 Describing Query parameters inside Open API specification.mp4 31.4 MB
- 05 - Writing better documentation inside OpenAPI specification/039 Writing better documentation using CommonMark syntax.mp4 31.2 MB
- 04 - Deep dive on Paths inside Open API specifications/024 Exploring our first path inside Swagger UI.mp4 30.2 MB
- 09 - Other advance topics inside OpenAPI specification/068 Defining extension fields inside OpenAPI specification.mp4 30.2 MB
- 09 - Other advance topics inside OpenAPI specification/066 Usage of deprecated inside OpenAPI specification.mp4 29.8 MB
- 04 - Deep dive on Paths inside Open API specifications/032 Describing HTTP PUT API inside OpenAPI specification.mp4 29.3 MB
- 04 - Deep dive on Paths inside Open API specifications/036 Helpful website to know the OpenAPI specification structure.mp4 29.1 MB
- 07 - Deep dive on Data types inside OpenAPI specification/051 Deep dive into integer & number data type.mp4 27.8 MB
- 04 - Deep dive on Paths inside Open API specifications/029 Assignment to build product related APIs.mp4 27.7 MB
- 07 - Deep dive on Data types inside OpenAPI specification/053 Deep dive into boolean data type.mp4 27.6 MB
- 03 - Getting started with OpenAPI specification in design first scenario/016 Writing our first YAML file.mp4 27.4 MB
- 06 - Building reusable content using components inside OpenAPI specification/045 Building reusable parameters using components.mp4 26.6 MB
- 10 - Describing APIs Security inside OpenAPI specification/072 Defining HTTP Basic & Bearer Authentication inside OAS - Theory.mp4 25.9 MB
- 03 - Getting started with OpenAPI specification in design first scenario/015 Quick introduction to the history of YAML.mp4 25.5 MB
- 04 - Deep dive on Paths inside Open API specifications/022 Introduction to Paths inside Open API Specification.mp4 24.9 MB
- 01 - Introduction to OpenAPI Specification/004 Why do we need OpenAPI Specification.mp4 24.9 MB
- 06 - Building reusable content using components inside OpenAPI specification/044 Introduction to components inside OpenAPI specification.mp4 23.5 MB
- 07 - Deep dive on Data types inside OpenAPI specification/056 Deep dive into enum keyword.mp4 23.4 MB
- 01 - Introduction to OpenAPI Specification/001 Introduction to the course & agenda.mp4 22.8 MB
- 10 - Describing APIs Security inside OpenAPI specification/074 Defining API key security inside OAS.mp4 22.4 MB
- 09 - Other advance topics inside OpenAPI specification/064 Quick checkpoint.mp4 22.0 MB
- 05 - Writing better documentation inside OpenAPI specification/040 Describing Quantity property with OpenMark syntax.mp4 21.9 MB
- 08 - Inheritance & polymorphism inside OpenAPI specification/060 Polymorphism using oneOf keyword.mp4 21.7 MB
- 10 - Describing APIs Security inside OpenAPI specification/077 Defining security at individual operation level.mp4 19.5 MB
- 04 - Deep dive on Paths inside Open API specifications/027 Assignment to build an GET API that supports path params.mp4 19.4 MB
- 04 - Deep dive on Paths inside Open API specifications/026 Demo of Try it out inside Swagger UI.mp4 18.8 MB
- 09 - Other advance topics inside OpenAPI specification/069 Usage of externalDocs inside OpenAPI specification.mp4 18.2 MB
- 06 - Building reusable content using components inside OpenAPI specification/047 Assignment solution for building reusable category schema object.mp4 17.9 MB
- 01 - Introduction to OpenAPI Specification/007 History of OpenAPI & Swagger.mp4 17.3 MB
- 01 - Introduction to OpenAPI Specification/005 Introduction to OpenAPI Specification.mp4 17.3 MB
- 01 - Introduction to OpenAPI Specification/006 Advantages of OpenAPI Specification.mp4 16.8 MB
- 01 - Introduction to OpenAPI Specification/003 Introduction to APIs.mp4 16.4 MB
- 03 - Getting started with OpenAPI specification in design first scenario/014 Introduction to design first approach.mp4 15.6 MB
- 11 - Hosting, Mock APIs, Code generation using OAS/079 Hosting OpenAPI specification using GitHub pages - Part 1.mp4 12.8 MB
- 10 - Describing APIs Security inside OpenAPI specification/071 Introduction to security inside OpenAPI specification.mp4 12.6 MB
- 02 - Getting started with OpenAPI specification in code first scenario/010 Getting started with OpenAPI in code first approach - Part 1.mp4 10.5 MB
- 08 - Inheritance & polymorphism inside OpenAPI specification/062 Visual example to understand oneOf, anyOf, allOf, not keywords.mp4 9.9 MB
- 07 - Deep dive on Data types inside OpenAPI specification/055 Deep dive into Arrays data type.mp4 9.1 MB
- 08 - Inheritance & polymorphism inside OpenAPI specification/058 Introduction to Inheritance & polymorphism inside OpenAPI specification.mp4 7.4 MB
- 07 - Deep dive on Data types inside OpenAPI specification/050 Introduction to Data types inside OpenAPI specification.mp4 5.5 MB
- 12 - Thank You & Congratulations/086 Thank You & Congratulations.mp4 4.6 MB
- 07 - Deep dive on Data types inside OpenAPI specification/057 Deep dive on Data types inside OpenAPI specification Quiz.html 26.1 KB
- 04 - Deep dive on Paths inside Open API specifications/037 Deep dive on Paths inside Open API specifications Quiz.html 25.4 KB
- 03 - Getting started with OpenAPI specification in design first scenario/021 Getting started with OpenAPI specification in design first scenario Quiz.html 25.1 KB
- 10 - Describing APIs Security inside OpenAPI specification/078 Describing APIs Security inside OpenAPI specification Quiz.html 23.6 KB
- 09 - Other advance topics inside OpenAPI specification/070 Other advance topics inside OpenAPI specification Quiz.html 22.6 KB
- 08 - Inheritance & polymorphism inside OpenAPI specification/063 Inheritance & polymorphism inside OpenAPI specification Quiz.html 22.3 KB
- 04 - Deep dive on Paths inside Open API specifications/023 Writing our first path inside Open API Specification.srt 22.1 KB
- 06 - Building reusable content using components inside OpenAPI specification/049 Building reusable content using components inside OpenAPI specification Quiz.html 22.1 KB
- 01 - Introduction to OpenAPI Specification/009 Introduction to OpenAPI Specification Quiz.html 21.8 KB
- 05 - Writing better documentation inside OpenAPI specification/043 Writing better documentation inside OpenAPI specification Quiz.html 21.7 KB
- 02 - Getting started with OpenAPI specification in code first scenario/013 Getting started with OpenAPI specification in code first scenario Quiz.html 21.2 KB
- 11 - Hosting, Mock APIs, Code generation using OAS/085 Hosting, Mock APIs, Code generation using OAS Quiz.html 21.0 KB
- 04 - Deep dive on Paths inside Open API specifications/035 A Quick recap about paths & its elements inside OpenAPI specification.srt 20.3 KB
- 11 - Hosting, Mock APIs, Code generation using OAS/084 Demo of OpenAPI Spring (Java framework) library springdoc-openapi.srt 20.2 KB
- 04 - Deep dive on Paths inside Open API specifications/031 Describing HTTP POST API inside Open API specification.srt 20.2 KB
- 11 - Hosting, Mock APIs, Code generation using OAS/081 Mock APIs using OpenAPI specification.srt 19.2 KB
- 03 - Getting started with OpenAPI specification in design first scenario/017 Writing an minimal OpenAPI Specification document.srt 18.4 KB
- 02 - Getting started with OpenAPI specification in code first scenario/011 Getting started with OpenAPI in code first approach - Part 2.srt 16.9 KB
- 02 - Getting started with OpenAPI specification in code first scenario/012 Getting started with OpenAPI in code first approach - Part 3.srt 16.3 KB
- 07 - Deep dive on Data types inside OpenAPI specification/054 Deep dive into Object data type.srt 15.5 KB
- 01 - Introduction to OpenAPI Specification/004 Why do we need OpenAPI Specification.srt 14.6 KB
- 11 - Hosting, Mock APIs, Code generation using OAS/083 Generate client code using OpenAPI specification.srt 13.9 KB
- 03 - Getting started with OpenAPI specification in design first scenario/016 Writing our first YAML file.srt 13.8 KB
- 01 - Introduction to OpenAPI Specification/008 Introduction to Swagger tools.srt 13.7 KB
- 04 - Deep dive on Paths inside Open API specifications/030 Assignment solution to build product related APIs.srt 13.6 KB
- 11 - Hosting, Mock APIs, Code generation using OAS/080 Hosting OpenAPI specification using GitHub pages - Part 2.srt 13.4 KB
- 03 - Getting started with OpenAPI specification in design first scenario/020 Understanding & writing server details inside Open API specification.srt 13.4 KB
- 03 - Getting started with OpenAPI specification in design first scenario/019 Writing Info, Contact, License details inside Open API specification.srt 13.2 KB
- 05 - Writing better documentation inside OpenAPI specification/041 Providing examples data inside Open API specifications.srt 13.0 KB
- 08 - Inheritance & polymorphism inside OpenAPI specification/061 Polymorphism using anyOf keyword.srt 12.9 KB
- 11 - Hosting, Mock APIs, Code generation using OAS/082 Generate Server stubs using OpenAPI specification.srt 12.8 KB
- 01 - Introduction to OpenAPI Specification/001 Introduction to the course & agenda.srt 12.3 KB
- 04 - Deep dive on Paths inside Open API specifications/028 Assignment solution to build an GET API that supports path params.srt 11.5 KB
- 10 - Describing APIs Security inside OpenAPI specification/075 Defining OAuth2 & OpenIDConnect security inside OAS - Theory.srt 11.4 KB
- 06 - Building reusable content using components inside OpenAPI specification/046 Building reusable schemas using components.srt 11.4 KB
- 01 - Introduction to OpenAPI Specification/003 Introduction to APIs.srt 11.4 KB
- 09 - Other advance topics inside OpenAPI specification/067 Defining links inside OpenAPI specification.srt 11.3 KB
- 04 - Deep dive on Paths inside Open API specifications/022 Introduction to Paths inside Open API Specification.srt 10.8 KB
- 07 - Deep dive on Data types inside OpenAPI specification/052 Deep dive into string data type.srt 10.5 KB
- 03 - Getting started with OpenAPI specification in design first scenario/018 Deep dive on Info, Contact, License objects.srt 10.2 KB
- 04 - Deep dive on Paths inside Open API specifications/032 Describing HTTP PUT API inside OpenAPI specification.srt 9.7 KB
- 05 - Writing better documentation inside OpenAPI specification/039 Writing better documentation using CommonMark syntax.srt 9.6 KB
- 08 - Inheritance & polymorphism inside OpenAPI specification/059 Inheritance using allOf.srt 9.3 KB
- 06 - Building reusable content using components inside OpenAPI specification/048 Building reusable responses using components object.srt 9.2 KB
- 10 - Describing APIs Security inside OpenAPI specification/072 Defining HTTP Basic & Bearer Authentication inside OAS - Theory.srt 9.1 KB
- 09 - Other advance topics inside OpenAPI specification/065 Declaring operationId inside OpenAPI specification.srt 8.9 KB
- 01 - Introduction to OpenAPI Specification/006 Advantages of OpenAPI Specification.srt 8.8 KB
- 04 - Deep dive on Paths inside Open API specifications/025 Describing Query parameters inside Open API specification.srt 8.8 KB
- 04 - Deep dive on Paths inside Open API specifications/024 Exploring our first path inside Swagger UI.srt 8.7 KB
- 05 - Writing better documentation inside OpenAPI specification/042 Organizing or Grouping APIs using tags inside OpenAPI specifications.srt 8.6 KB
- 03 - Getting started with OpenAPI specification in design first scenario/015 Quick introduction to the history of YAML.srt 8.2 KB
- 04 - Deep dive on Paths inside Open API specifications/036 Helpful website to know the OpenAPI specification structure.srt 8.1 KB
- 05 - Writing better documentation inside OpenAPI specification/038 Introduction to CommonMark syntax.srt 8.1 KB
- 10 - Describing APIs Security inside OpenAPI specification/073 Defining HTTP Basic & Bearer Authentication inside OAS - Demo.srt 8.0 KB
- 09 - Other advance topics inside OpenAPI specification/068 Defining extension fields inside OpenAPI specification.srt 8.0 KB
- 04 - Deep dive on Paths inside Open API specifications/029 Assignment to build product related APIs.srt 8.0 KB
- 07 - Deep dive on Data types inside OpenAPI specification/053 Deep dive into boolean data type.srt 7.9 KB
- 04 - Deep dive on Paths inside Open API specifications/033 Describing HTTP DELETE API inside Open API specification.srt 7.8 KB
- 04 - Deep dive on Paths inside Open API specifications/034 Describing Orders GET API inside Open API specification.srt 7.7 KB
- 07 - Deep dive on Data types inside OpenAPI specification/051 Deep dive into integer & number data type.srt 7.6 KB
- 04 - Deep dive on Paths inside Open API specifications/027 Assignment to build an GET API that supports path params.srt 7.3 KB
- 01 - Introduction to OpenAPI Specification/005 Introduction to OpenAPI Specification.srt 7.1 KB
- 09 - Other advance topics inside OpenAPI specification/066 Usage of deprecated inside OpenAPI specification.srt 7.1 KB
- 07 - Deep dive on Data types inside OpenAPI specification/056 Deep dive into enum keyword.srt 6.9 KB
- 05 - Writing better documentation inside OpenAPI specification/040 Describing Quantity property with OpenMark syntax.srt 6.8 KB
- 04 - Deep dive on Paths inside Open API specifications/026 Demo of Try it out inside Swagger UI.srt 6.6 KB
- 01 - Introduction to OpenAPI Specification/007 History of OpenAPI & Swagger.srt 6.3 KB
- 03 - Getting started with OpenAPI specification in design first scenario/014 Introduction to design first approach.srt 6.0 KB
- 10 - Describing APIs Security inside OpenAPI specification/074 Defining API key security inside OAS.srt 6.0 KB
- 08 - Inheritance & polymorphism inside OpenAPI specification/062 Visual example to understand oneOf, anyOf, allOf, not keywords.srt 5.9 KB
- 09 - Other advance topics inside OpenAPI specification/064 Quick checkpoint.srt 5.8 KB
- 06 - Building reusable content using components inside OpenAPI specification/045 Building reusable parameters using components.srt 5.8 KB
- 06 - Building reusable content using components inside OpenAPI specification/044 Introduction to components inside OpenAPI specification.srt 5.8 KB
- 10 - Describing APIs Security inside OpenAPI specification/076 Defining OAuth2 security inside OAS - Demo.srt 5.7 KB
- 10 - Describing APIs Security inside OpenAPI specification/071 Introduction to security inside OpenAPI specification.srt 5.6 KB
- 08 - Inheritance & polymorphism inside OpenAPI specification/060 Polymorphism using oneOf keyword.srt 5.3 KB
- 09 - Other advance topics inside OpenAPI specification/069 Usage of externalDocs inside OpenAPI specification.srt 5.2 KB
- 02 - Getting started with OpenAPI specification in code first scenario/010 Getting started with OpenAPI in code first approach - Part 1.srt 4.7 KB
- 08 - Inheritance & polymorphism inside OpenAPI specification/058 Introduction to Inheritance & polymorphism inside OpenAPI specification.srt 4.7 KB
- 07 - Deep dive on Data types inside OpenAPI specification/055 Deep dive into Arrays data type.srt 4.5 KB
- 06 - Building reusable content using components inside OpenAPI specification/047 Assignment solution for building reusable category schema object.srt 4.1 KB
- 11 - Hosting, Mock APIs, Code generation using OAS/079 Hosting OpenAPI specification using GitHub pages - Part 1.srt 4.1 KB
- 01 - Introduction to OpenAPI Specification/002 Details of GitHub repo, PDF Content & other instructions for the course.html 4.0 KB
- 07 - Deep dive on Data types inside OpenAPI specification/050 Introduction to Data types inside OpenAPI specification.srt 3.8 KB
- 10 - Describing APIs Security inside OpenAPI specification/077 Defining security at individual operation level.srt 3.6 KB
- 12 - Thank You & Congratulations/086 Thank You & Congratulations.srt 2.5 KB
Download Torrent
Related Resources
Copyright Infringement
If the content above is not authorized, please contact us via activebusinesscommunication[AT]gmail.com. Remember to include the full url in your complaint.