6.0.0 • Published 5 years ago

@datafire/apimatic v6.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

@datafire/apimatic

Client library for APIMATIC API Transformer

Installation and Usage

npm install --save @datafire/apimatic
let apimatic = require('@datafire/apimatic').create({
  "api-key": "",
  username: "",
  password: ""
});

.then(data => {
  console.log(data);
});

Description

Transform API Descriptions from/to various formats

Actions

ConvertAPI

Transform API Descriptions from/to various formats e.g., Swagger, API Blueprint, RAML, WADL, Google Discovery, I/O Docs.

INPUTS

  • API Blueprint
  • Swagger 1.0 - 1.2
  • Swagger 2.0 JSON
  • Swagger 2.0 YAML
  • WADL - W3C 2009
  • Google Discovery
  • RAML 0.8
  • I/O Docs - Mashery
  • HAR 1.2
  • Postman Collection 1.0 - 2.0
  • APIMATIC Format
  • Mashape

OUTPUTS

  • API Blueprint
  • Swagger 1.2
  • Swagger 2.0 JSON
  • Swagger 2.0 YAML
  • WADL - W3C 2009
  • RAML 0.8 - 1.0
  • APIMATIC Format
apimatic.ConvertAPI({
  "format": ""
}, context)

Input

  • input object
    • format required string (values: swagger10, swagger20, swaggeryaml, apiblueprint, wadl2009, raml, apimatic)
    • url string

Output

  • output object

Definitions

This integration has no definitions

6.0.0

5 years ago

5.0.0

7 years ago

4.0.0

7 years ago

3.0.0

8 years ago

2.0.3

8 years ago

2.0.2

8 years ago

2.0.1

8 years ago

2.0.0

8 years ago