symbol / symbol-openapi

OpenAPI specification for catapult-rest

Home Page:https://nemtech.github.io/api.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

OpenAPI specification for catapult-rest

https://nemtech.github.io/api.html

License:Apache License 2.0


Languages

Language:Shell 60.7%Language:HTML 39.3%