An open API service indexing awesome lists of open source software.

https://github.com/plughacker/malga-openapi

OpenAPI specification
https://github.com/plughacker/malga-openapi

Last synced: 3 months ago
JSON representation

OpenAPI specification

Awesome Lists containing this project

README

          

# Malga OpenAPI Definition

## Working on your OpenAPI Definition

### Install

1. Install [Node JS](https://nodejs.org/).
2. Clone this repo and run `npm install` in the repo root.

### Usage

#### `npm run build`
Bundles the definition to the dist folder.

#### `npm start`
Starts the reference docs preview server.

#### `npm test`
Validates the definition.