2.6.1 • Published 4 years ago

asyncapi v2.6.1

Weekly downloads
2,094
License
Apache-2.0
Repository
github
Last release
4 years ago

npm.io

AsyncAPI

This package provides all the versions of the AsyncAPI schema.

Installation

npm install asyncapi

Usage

Grab a specific AsyncAPI version:

const asyncapi = require('asyncapi/schemas/1.0.0');

// Do something with the schema.

Get a list of versions:

const versions = require('asyncapi');

console.log(versions);
// Outputs:
//
// {
//   '1.0.0': [Object],
//   '1.1.0': [Object]
// }

const asyncapi = versions['1.1.0'];

// Do something with the schema.

Author

Fran Méndez – www.fmvilas.com

2.6.1

4 years ago

2.6.0

5 years ago

2.5.1

5 years ago

2.4.0

5 years ago

2.3.1

5 years ago

2.3.0

5 years ago

2.2.0

5 years ago

2.1.0

6 years ago

2.0.2

6 years ago

2.0.1

6 years ago

2.0.0

6 years ago

1.0.0

7 years ago

1.0.0-rc2

7 years ago