api documentation for swagger-parser (v3.4.1)

Swagger 2.0 parser and validator for Node and browsers

table of contents

  1. module swagger-parser
    1. function swagger-parser ()
    2. function swagger-parser.bundle (schema, options, callback)
    3. function swagger-parser.dereference (schema, options, callback)
    4. function swagger-parser.options (options)
    5. function swagger-parser.parse (schema, options, callback)
    6. function swagger-parser.resolve (schema, options, callback)
    7. function swagger-parser.super_ ()
    8. function swagger-parser.validate (api, options, callback)
    9. object swagger-parser.YAML
    10. object swagger-parser.super_.prototype
    11. object swagger-parser.util
  2. module swagger-parser.YAML
    1. function swagger-parser.YAML.parse (text, reviver)
    2. function swagger-parser.YAML.stringify (value, replacer, space)
  3. module swagger-parser.options
    1. function swagger-parser.options (options)
    2. function swagger-parser.options.super_ (options)
  4. module swagger-parser.super_
    1. function swagger-parser.super_ ()
    2. function swagger-parser.super_.bundle (schema, options, callback)
    3. function swagger-parser.super_.dereference (schema, options, callback)
    4. function swagger-parser.super_.parse (schema, options, callback)
    5. function swagger-parser.super_.resolve (schema, options, callback)
    6. object swagger-parser.super_.YAML
  5. module swagger-parser.super_.prototype
    1. function swagger-parser.super_.prototype.bundle (schema, options, callback)
    2. function swagger-parser.super_.prototype.dereference (schema, options, callback)
    3. function swagger-parser.super_.prototype.parse (schema, options, callback)
    4. function swagger-parser.super_.prototype.resolve (schema, options, callback)
  6. module swagger-parser.util
    1. function swagger-parser.util.debug ()
    2. function swagger-parser.util.format (f)
    3. function swagger-parser.util.inherits (ctor, superCtor)
    4. object swagger-parser.util.swaggerParamRegExp

module swagger-parser

function swagger-parser ()

function swagger-parser.bundle (schema, options, callback)

function swagger-parser.dereference (schema, options, callback)

function swagger-parser.options (options)

function swagger-parser.parse (schema, options, callback)

function swagger-parser.resolve (schema, options, callback)

function swagger-parser.super_ ()

function swagger-parser.validate (api, options, callback)

module swagger-parser.YAML

function swagger-parser.YAML.parse (text, reviver)

function swagger-parser.YAML.stringify (value, replacer, space)

module swagger-parser.options

function swagger-parser.options (options)

function swagger-parser.options.super_ (options)

module swagger-parser.super_

function swagger-parser.super_ ()

function swagger-parser.super_.bundle (schema, options, callback)

function swagger-parser.super_.dereference (schema, options, callback)

function swagger-parser.super_.parse (schema, options, callback)

function swagger-parser.super_.resolve (schema, options, callback)

module swagger-parser.super_.prototype

function swagger-parser.super_.prototype.bundle (schema, options, callback)

function swagger-parser.super_.prototype.dereference (schema, options, callback)

function swagger-parser.super_.prototype.parse (schema, options, callback)

function swagger-parser.super_.prototype.resolve (schema, options, callback)

module swagger-parser.util

function swagger-parser.util.debug ()

function swagger-parser.util.format (f)

function swagger-parser.util.inherits (ctor, superCtor)

[ this document was created with utility2 ]