Synapse Rest Service

January 30, 2021 ยท View on GitHub

The OpenAPI specification for Synapse Rest Services.

Releases

  • https://sage-bionetworks.github.io/synapse-rest-openapi/edge/docs/

Working on your OpenAPI Definition

Install

  1. Install Node JS.
  2. Clone this repo and run npm install in the repo root.

Usage

npm start

Starts the reference docs preview server.

npm run build

Bundles the definition to the dist folder.

npm run lint:ibm

Validates the definition.

Contents

  1. 1Releases
  2. 2Working on your OpenAPI Definition
  3. 2.1Install
  4. 2.2Usage