Skip to content

Latest commit

 

History

History
51 lines (31 loc) · 857 Bytes

README.md

File metadata and controls

51 lines (31 loc) · 857 Bytes

symbol-openapi

Build Status

OpenAPI specification for catapult-rest.

Requirements

  • Node.js 12 LTS

Installation

  1. Clone the symbol-openapi repository.
git clone https://github.com/nemtech/symbol-openapi.git
  1. Install swagger-cli globally.
npm install -g @apidevtools/swagger-cli

Commands

Build

Compile the specification. The generated output is saved under _build directory.

npm run build

Test

Check if the specification is valid.

npm run test

Contributing

Before contributing please read this.

License

Copyright (c) 2018-present NEM Licensed under the Apache License 2.0