Tag

OpenAPI Articles and Best Practices

A collection of OpenAPI articles, including best practices, guides, and tutorials. Stay updated with the latest in OpenAPI.

Articles tagged with "OpenAPI"

API Design
OpenAPI
Generate an OpenAPI From Your Database

Learn how to use DB2OpenAPI to generate a full OpenAPI/Swagger specification from your SQL database schema.

Adrian Machado

Adrian Machado

12/12/2024

API Marketing
Tutorial
How to Successfully Promote and Market an API

What are the best strategies for marketing an API in 2024? Use these techniques for your API as a product strategy.

Adrian Machado

Adrian Machado

11/18/2024

Python
OpenAPI
Top 20 Python API Frameworks with OpenAPI Support

Explore 20 of the most popular API frameworks and libraries for building APIs with Python that support OpenAPI/Swagger.

Adrian Machado

Adrian Machado

11/4/2024

OpenAPI
API Best Practices
Mastering API Definitions: A Comprehensive Guide

An API definition is more than just a technical document; it's a comprehensive blueprint that outlines an API's structure, functionality, and behavior.

Adrian Machado

Adrian Machado

9/25/2024

OpenAPI
API Documentation
Zudoku: Open-Source API Docs Framework

Developers hould be able to build great API references and documentation for free, that's why we've open-sourced our framework so everyone can use it.

Martyn Davies

Martyn Davies

9/5/2024

API Marketing
Tutorial
How to Promote and Market your API: SPECtacular OpenAPI

Learn about the OpenAPI specification, how to create one for your API, and how to use OpenAPI specs to promote and market your API directly and indirectly.

Adrian Machado

Adrian Machado

8/2/2024

API Mocking
OpenAPI
Announcing rapid API mocking via OpenAPI

Announcing our new Mock API policy that allows you to develop a mock API in record time using examples in your OpenAPI document

Josh Twist

Josh Twist

5/18/2023

OpenAI
OpenAPI
Shipping a ChatGPT Plugin in record time (detailed walkthrough)

Because Zuplo is OpenAPI-native, shipping a ChatGPT plugin couldn't be easier, let us walk you through it

Josh Twist

Josh Twist

5/5/2023

OpenAPI
Tutorial
Bringing Types to APIs with TypeSpec

An easier way to design APIs with Microsoft's new language TypeSpec

Nate Totten

Nate Totten

4/19/2023

Frequently Asked Questions

OpenAPI (formerly Swagger) is a specification for defining RESTful APIs. It provides a language-agnostic way to describe endpoints, parameters, and schemas.