@datafire/wso2apistore_transform
v5.0.0
Published
DataFire integration for Transform
Downloads
5
Readme
@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
- body required
Output
Output schema unknown
xmltojson.post
wso2apistore_transform.xmltojson.post({
"body": ""
}, context)
Input
- input
object
- body required
string
- body required
Output
Output schema unknown
Definitions
This integration has no definitions