prg-blueprint-validator

0.2.0 • Public • Published

Pragonauts Blueprint Validator

Forked from api-blueprint-validator with theese differences:

  • new Protagonist
  • warnings turned into errors

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]

/prg-blueprint-validator/

    Package Sidebar

    Install

    npm i prg-blueprint-validator

    Weekly Downloads

    1

    Version

    0.2.0

    License

    MIT

    Last publish

    Collaborators

    • pragonauts