Published a year ago
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 of ti...
Published a year ago
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 a year ago
What Is ASCII?ASCII stands for American Standard Code for Information Interchange, a set of chosen numbers used to represent letters, numbers, and unique actions. is the number used to represent . The question then is why and for what reason do we need this mapping? Well, comput...
Published a year ago
Laravel: Create Controllers In A Subfolder (Sub Controller)Published a year ago
What Is Syntax?The meaning of a sentence relies on getting the grammar right, this is true for programming languages as well. Syntax is a word that refers to the rules that govern the correct combination...
Published a year ago
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 detail...