Skip to content
This repository was archived by the owner on May 11, 2026. It is now read-only.

Latest commit

 

History

History
19 lines (11 loc) · 450 Bytes

File metadata and controls

19 lines (11 loc) · 450 Bytes

Imbi OpenAPI Spec

The source for the OpenAPI spec for the Imbi API

Development Environment

Setup the development environment using yarn:

yarn install

Tests

Running yarn test will build the template and validate it using the swagger-cli command.

Building

Running yarn build will build the full OpenAPI YAML template and place it, along with redoc.standalone.js in the build directory.