openapi

package
v0.0.0-...-a98c674 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 9, 2025 License: MIT Imports: 2 Imported by: 0

README

OpenAPI

Obtain file

You can download the file from https://api.iterable.com/api-docs.

To understand how this was discovered:

  1. Navigate to Iterable API Docs.
  2. Open browser network tab
  3. Reload the page, and locate the request that retrieves the api-docs.json file.

Modify the File

A known bug in the converter requires a manual adjustment to the api-docs.json file.

Instructions:

  1. Open the api-docs.json file.
  2. Find all occurrences of:
    "$ref": "#/definitions/JsValue"
    
  3. Replace them with
    "$ref": "#/components/schemas/JsValue"
    

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	FileManager = api2.NewOpenapiFileManager(apiFile) // nolint:gochecknoglobals
)

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL