openapi.md

July 15, 2021 · View on GitHub

Bookmarks tagged [openapi]

www.codever.land/bookmarks/t/openapi

Key takeaways when using Open API Specification 3 to document an ExpressJS API – CodepediaOrg

https://www.codepedia.org/ama/key-takeaways-when-using-oas-3-to-document-an-expressjs-rest-api

Recently I’ve taken the time to update the API documentation for bookmarks.dev. I used the Swagger 2.0 (aka OAS 2) before and I decided to update to OpenAPI Specification (OAS) 3. In this post I will ...


Supported JSON Schema Keywords | Swagger

https://swagger.io/docs/specification/data-models/keywords/

OpenAPI 3.0 uses an extended subset of JSON Schema Specification Wright Draft 00 (aka Draft 5) to describe the data formats. “Extended subset” means that some keywords are s...


Surnet/swagger-jsdoc: Generates swagger doc based on JSDoc.

https://github.com/Surnet/swagger-jsdoc

Document your code and keep a live and reusable OpenAPI (Swagger) specification. This specification can be the core of your API-driven project: generate documentation, servers, clients, tests and much...


GitHub - swagger-api/swagger-node: Swagger module for node.js

https://github.com/swagger-api/swagger-node

The swagger module provides tools for designing and building Swagger-compliant APIs entirely in Node.js. It integrates with popular Node.js servers, including Express, Hapi, Restify, and Sails, as w...


Swagger Converter Home Page

https://converter.swagger.io/

Converts a 1.x or 2.x Swagger definition to the OpenAPI 3.0.1 format


OpenAPI Generator Home Page

https://openapi-generator.tech/

OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec (v2, v3)


A Guide to What’s New in OpenAPI 3.0

https://swagger.io/blog/news/whats-new-in-openapi-3-0/

In this article, we will share some of the major updates in the latest version of OAS, and breakdown what you need to know when transitioning to OAS 3.0.

  • :calendar: published on: 2018-04-02
  • tags: openapi

springdoc-openapi | Library for OpenAPI 3 with spring-boot

https://springdoc.github.io/springdoc-openapi-demos/

springdoc-openapi java library helps automating the generation of API documentation using spring boot projects. springdoc-openapi works by examining an application at runtime to infer API semantics ba...


OpenAPI 3.0, And What it Means for the Future of Swagger - 1h:1min

https://www.youtube.com/watch?v=wBDSR0x3GZo

This webinar: OpenAPI 3.0, And What it Means for the Future of Swagger, provides an in-depth look at the new OpenAPI 3.0 (OAS3.0) specification. Try Swagger today: https://swaggerhub.com/

We will als...


OpenAPI 3.0, And What it Means for the Future of Swagger - 1h:1min

https://www.youtube.com/watch?v=wBDSR0x3GZo

This webinar: OpenAPI 3.0, And What it Means for the Future of Swagger, provides an in-depth look at the new OpenAPI 3.0 (OAS3.0) specification. Try Swagger today: https://swaggerhub.com/

We will als...


GitHub - OAI/OpenAPI-Specification: The OpenAPI Specification Repository

https://github.com/OAI/OpenAPI-Specification

The OpenAPI Specification Repository.


LoopBack 4

http://v4.loopback.io/

LoopBack makes it easy to build modern API applications that require complex integrations.


Swagger UI Express

https://www.npmjs.com/package/swagger-ui-express

Adds middleware to your express app to serve the Swagger UI bound to your Swagger document. This acts as living documentation for your API hosted from within your ap


Swagger Editor Home Page

https://editor.swagger.io/

Swagger Editor lets you edit Swagger API specifications in YAML inside your browser and to preview documentations in real time. Valid Swagger JSON descriptions can then be generated and used with the ...


Writing OpenAPI (Swagger) Specification Tutorial - Part 1 - Introduction | API Handyman

https://apihandyman.io/writing-openapi-swagger-specification-tutorial-part-1-introduction/

Previously in the APIverse… Since I started my Swagger journey, there have been some changes. The Swagger Specification has been donated to the newly created OpenAPI Initiative under the Linux foundat...