api-blueprint-validator

0.1.3 • Public • Published

API Blueprint Validator

API Blueprint Validator validates API Blueprint documents and their JSON payload.

Examples outputs

Invalid API Blueprint:

Error: unexpected header block, expected a group, resource or an action definition, e.g. '# Group ', '# []' or '# ' on line 60

Invalid JSON response:

Error in JSON response in group "Articles", resource "Articles", action "List articles"
    Parse error on line 32:
    ...                    "unverifiable":5   
    -----------------------^
    Expecting 'EOF', '}', ',', ']', got 'STRING'

Usage

$ ./api-blueprint-validator apiary.apib

Returns exit code 1 if errors was find in Blueprint or in JSON requests or responses, otherwise returns 0, so you can use this tool with you CI server (simple Travis integration example).

Installation

Node.js and NPM is required.

$ npm install api-blueprint-validator

Command Line Options

$ ./api-blueprint-validator --help
Usage: node ./node_modules/.bin/api-blueprint-validator apiary.apib 

Options:
  --validate-requests   [default: true]
  --validate-responses  [default: true]

Readme

Keywords

none

Package Sidebar

Install

npm i api-blueprint-validator

Weekly Downloads

1

Version

0.1.3

License

MIT

Last publish

Collaborators

  • jakub-onderka