Published 2023-09-26 01:46:48
How To Add Query Parameters To An OpenAPI SpeicficationLet's assume you want to document the query parameters and for your GET endpoint thus . You ...
Published 2023-09-16 03:32:56
What Is An API Endpoint?To better understand what an API endpoint is, it's best to understand what an API is in the first place. Simply put an Application Programming Interface (API) is a combination of s...
Published 2023-08-07 05:06:00
Openapi Array Of Objects ExamplePublished 2023-03-20 05:22:27
Simple OpenAPI Starter TemplateIf you ever tried modifying the default "Pet Store" API spec that comes with editor.swagger.io you will notice it has a lot of bells and whistles you likely don't need and it takes a bit ...
Published 2023-03-16 00:21:49
Mark An Open API Spec Endpoint As DeprecatedPlace the key-value pair anywhere within the endpoint indented block to mark it as deprecated. Here is an example ...
Published 2023-03-05 10:33:04
How To Convert An OpenAPI Specification Into A NodeJS SDKThe OpenAPI Specification provides developers and technical writers with a way to document APIs. Unlike traditional text-based documentation, the formal nature of the spec allows d...