Cover image for ofsantana

Oscar Santana Verified userVerified user

CTO

ART Fertility Clinics

Swagger API Definitions Tool

July 2, 2024
5
ยท 0

Features

  • Iframe

API Definitions Template

The primary purpose of this tool is to provide a centralized location for navigating through your Swagger API definitions. It allows you to save the base URL and the API Key in a database of your choice.

By utilizing an iFrame that dynamically retrieves the URL from the Appsmith Store, you can view the Swagger interface of your selected API within the Select Widget.

Feel free to customize this template to accommodate other types of APIs.

Regarding the database, I am using NocoDB, which consists of a single table with four fields:

  1. id
  2. Name of the API
  3. URL
  4. API Key

You can use any data source for your template; just ensure that you modify the three queries included in this template (Post, Get, and Patch).