5.0.0 • Published 3 years ago

@datafire/wso2apistore_transform v5.0.0

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

@datafire/wso2apistore_transform

Client library for Transform

Installation and Usage

npm install --save @datafire/wso2apistore_transform
let wso2apistore_transform = require('@datafire/wso2apistore_transform').create({
  access_token: "",
  refresh_token: "",
  client_id: "",
  client_secret: "",
  redirect_uri: ""
});

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

Description

This API provides XML to JSON, JSON to XML transformations.

Actions

jsontoxml.post

wso2apistore_transform.jsontoxml.post({
  "body": ""
}, context)

Input

  • input object
    • body required string

Output

Output schema unknown

xmltojson.post

wso2apistore_transform.xmltojson.post({
  "body": ""
}, context)

Input

  • input object
    • body required string

Output

Output schema unknown

Definitions

This integration has no definitions