Companies Home Search Profile

OpenAPI: Beginner to Guru

Focused View

John Thompson • 470,000+ Enrollments Worldwide

4:06:25

0 View
  • 001 1RoadMap.pdf
  • 001 Welcome.mp4
    01:11
  • 002 Meet Your Instructor.mp4
    03:49
  • 003 GetMostOutOfOA3Course.pdf
  • 003 Getting the Most out of your OpenAPI Course.mp4
    03:53
  • 004 Slack Group for OpenAPI Beginner to Guru.html
  • 005 GitHub Workflow.mp4
    12:23
  • 001 2RoadMap.pdf
  • 001 Introduction.mp4
    01:55
  • 002 WhatIsAnAPI.pdf
  • 002 What is an API.mp4
    07:05
  • 003 HTTP Protocol.mp4
    05:08
  • 003 HttpProtocol.pdf
  • 004 HTTPRequestMethods.pdf
  • 004 HTTP Request Methods.mp4
    06:12
  • 005 WhyUseOpenAPI.pdf
  • 005 Why use OpenAPI.mp4
    07:08
  • 006 Pet Clinic on Swagger Editor.mp4
    06:10
  • 007 OpenAPI 2.0 vs 3.0.mp4
    03:12
  • 009 YAML Crash Course.mp4
    07:30
  • 009 temp.yaml.zip
  • external-links.txt
  • 001 3RoadMap.pdf
  • 001 Introduction.mp4
    01:45
  • 002 Swagger Hub.mp4
    04:00
  • 003 OpenAPI Specification.mp4
    05:04
  • 004 OpenAPI Info Object.mp4
    05:15
  • 004 openapi.yaml.zip
  • 005 OpenAPI Servers Object.mp4
    03:38
  • 005 openapi.yaml.zip
  • 006 OpenAPI Paths Object.mp4
    06:28
  • 006 openapi.yaml.zip
  • external-links.txt
  • 001 4RoadMap.pdf
  • 001 Introduction.mp4
    02:34
  • 002 JSON Schema.mp4
    09:13
  • 003 OpenAPI Data Types.mp4
    09:52
  • 003 openapi.yaml.zip
  • 004 OpenAPI Objects.mp4
    07:39
  • 004 openapi.yaml.zip
  • 005 OpenAPI Enums.mp4
    04:58
  • 005 openapi.yaml.zip
  • external-links.txt
  • 001 5RoadMap.pdf
  • 001 Introduction.mp4
    01:54
  • 002 OpenAPI Components Object.mp4
    08:12
  • 003 Creating Reusable Customer Object.mp4
    08:14
  • 003 openapi.yaml.zip
  • 004 OpenAPI Object Inheritance.mp4
    04:58
  • 004 openapi.yaml.zip
  • external-links.txt
  • 001 6RoadMap.pdf
  • 001 Introduction.mp4
    01:45
  • 002 OpenAPI Parameter Object.mp4
    05:05
  • 002 openapi.yaml.zip
  • 003 Describing Query Parameters.mp4
    03:38
  • 004 Describing URL Parameters.mp4
    05:59
  • 004 openapi.yaml.zip
  • external-links.txt
  • 001 7RoadMap.pdf
  • 001 Introduction.mp4
    01:05
  • 002 OpenAPI Operation Summaries and Descriptions.mp4
    04:43
  • 002 openapi.yaml.zip
  • 003 OpenAPI Operation Tags.mp4
    03:26
  • 003 openapi.yaml.zip
  • 004 OpenAPI Operation Id.mp4
    06:04
  • 004 openapi.yaml.zip
  • 005 Describing RESTFul Create.mp4
    04:16
  • 005 openapi.yaml.zip
  • 006 Describing Response Headers.mp4
    03:43
  • 006 openapi.yaml.zip
  • 007 Read Only Properties.mp4
    04:18
  • 007 openapi.yaml.zip
  • 008 Describing RESTFul Update.mp4
    04:24
  • 008 openapi.yaml.zip
  • 009 Descibing RESTful Delete.mp4
    03:22
  • 009 openapi.yaml.zip
  • 010 Describing Additional Responses.mp4
    04:25
  • 010 openapi.yaml.zip
  • 011 OpenAPI Callbacks.mp4
    08:46
  • 011 openapi.yaml.zip
  • external-links.txt
  • 001 8RoadMap.pdf
  • 001 Introduction.mp4
    01:12
  • 002 OpenAPI Security Scheme.mp4
    06:57
  • 003 Basic Auth with OpenAPI.mp4
    02:36
  • 003 openapi.yaml.zip
  • 004 JWT Bearer Token Auth.mp4
    01:59
  • 004 openapi.yaml.zip
  • 005 Anonymous Authentication with OpenAPI.mp4
    03:08
  • 005 openapi.yaml.zip
  • external-links.txt
  • 001 9RoadMap.pdf
  • 001 Introduction.mp4
    03:45
  • 002 OpenAPI Code Gen.mp4
    03:09
  • 003 OpenAPI Generated Java Client.mp4
    04:49
  • 003 java-client-generated.zip
  • 003 openapi.yaml.zip
  • 004 OpenAPI Generated Java Server.mp4
    03:04
  • 004 openapi.yaml.zip
  • 004 spring-server-generated.zip
  • 005 Conclusion.mp4
    01:27
  • external-links.txt
  • 001 Git and GitHub Basics - Start Here!.html
  • Description


    Master OpenAPI (formerly Swagger) to Create Specifications for Your APIs

    What You'll Learn?


    • Learn to define APIs using OpenAPI Specifications
    • Create awesome API Documentation with Swagger UI
    • Edit OpenAPI Specifications in Swagger Hub

    Who is this for?


  • Anyone who needs to use OpenAPI specifications for APIs
  • Developers who need to document their APIs
  • Business Analysts responsible for API specifications
  • What You Need to Know?


  • Be able to edit text files
  • Knowledge of RESTful APIs and JSON helpful
  • More details


    Description

    OpenAPI 3.0 is the leading tool for the documentation of APIs.

    Formerly known as Swagger, OpenAPI has a long and established history. In 2010, Swagger started as an open source specification for designing and documenting RESTful APIs.

    In 2015, the Swagger project was acquired by SmartBear Software. The Swagger Specification was donated to the Linux foundation and renamed the OpenAPI.

    The OpenAPI specification is the cornerstone of a thriving open source community. Simply perform a search for OpenAPI tools and you will find projects for converters, documentation, validators, editors, mock servers, testing tools and much much more!

    From the OpenAPI specification, you can generate client side source code for over 50 languages. You can generate server side code for over 40 different languages.

    All of these open source contributes start with the OpenAPI specification, which we explore in depth in this course.

    You start off the course with learning about what is an API, a review of the HTTP protocol and how it is used in respect to RESTFul APIs.

    Then we start looking at OpenAPI and how it applies to documenting RESTFul APIs.

    We then start writing an OpenAPI specification using Swagger Hub.

    Swagger Hub is a free, easy to use on-line editor for Swagger and OpenAPI specifications.

    You will get to create a complete OpenAPI specification for a RESTful web service.

    Step by step, you learn how to:

    • Edit a OpenAPI specification in Swagger Hub

    • Define a OpenAPI specification in YAML

    • Add developer information

    • Add server information

    • Define an API path

    • Define an API operation

    • Create robust objects with JSON schema constraints

    • Improve the quality of your specification with re-useable components.

    • Define query parameters

    • Define path parameters

    • Define GET, PUT, POST, and DELETE operations

    • Create API security schemes

    • Generate source code with OpenAPI Code Gen

    • Use ReDoc to generate robust API documentation

    • Use Apache Maven to generate code with OpenAPI Code Gen

    This course has numerous assignments and hands on examples to get you comfortable writing OpenAPI specifications.

    Course Extra - Access to a Private Slack Community

    You're not just enrolling in a course --> You are joining a community learning about using OpenAPI.

    With your enrollment to the course, you can access an exclusive Slack community. Get help from the instructor and other gurus from around the world - in real time! This community is only available to students enrolled in this course. 

    This is a very active Slack community with almost 500 Gurus!

    With your enrollment, you can join this community of awesome gurus!

    Closed Captioning / Subtitles

    Closed captioning in english is available for all course videos!

    PDF Downloads

    All keynote presentations are available for you to download as PDFs.

    Lifetime Access

    When you purchase this course, you will receive lifetime access! You can login anytime from anywhere to access the course content.

    No Risk - Money Back Guarantee 

    You can buy this course with no risk. If you are unhappy with the course, for any reason, you can get a complete refund. The course has a 30 day Money Back Guarantee.

    Enroll today and see how easy it is to use OpenAPI for your RESTFul APIs!


    Who this course is for:

    • Anyone who needs to use OpenAPI specifications for APIs
    • Developers who need to document their APIs
    • Business Analysts responsible for API specifications

    User Reviews
    Rating
    0
    0
    0
    0
    0
    average 0
    Total votes0
    Focused display
    Category
    John Thompson • 470,000+ Enrollments Worldwide
    John Thompson • 470,000+ Enrollments Worldwide
    Instructor's Courses
    Hi. I'm John.I've been in the IT industry for over 25 years. Today, I specialize mainly in Java, the most successful and widely known programming language in use today. I also specialize with the Spring Framework, which the most popular open source application framework for building enterprise class applications on the Java platform. Just some of the organizations I've worked with include Visa, Kohls, Federal Home Loan Bank, and Belk Department Stores.Through the courses I'm providing, I hope to leverage my years of experience to accelerate your learning of the Spring Framework. I'm not going to lie to you. The Spring Framework is a big framework. The environment for enterprise Java is even bigger. If you're new to Java, you have a lot to learn. I hope through the content on this web site I can accelerate your education of the Java and Spring landscape.
    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 52
    • duration 4:06:25
    • English subtitles has
    • Release Date 2024/11/18