Skip to content

eazybytes/openapi

Repository files navigation

OpenAPI Specification & Swagger Tools - Zero To Master

Image

'OpenAPI Specification & Swagger Tools - Zero To Master' course will help in understanding about Open API Specification and how to describe, document APIs using OpenAPI & Swagger tools.

Topics covered in the course

  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,SwaggerHub,SwaggerHub Explore,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
  10. How to mock APIs with Open API specification & Prism mock server
  11. How to generate client code & server stubs using OpenAPI for various popular programming languages & frameworks
  12. Deploying & Hosting Open API specification inside a GitHub page along with Swagger UI
  13. Providing examples data for the APIs inside Open API specification
  14. Advantages of using Open API specification
  15. Providing better documentation using CommonMark syntax inside Open API specification

Pre-requisite for the course

  • Basic knowledge on APIs
  • Interest to learn and explore about OpenAPI & Swagger tools

Important Links