1.9.12 • Published 3 years ago

t1p-mulesoftservices v1.9.12

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
3 years ago

T1-MulesoftService

Install via npm dependencies

// in package.json
...
dependencies: {
  ...
  "t1-mulesoftservice": "git+https://gitlab+deploy-token-78184:uj_-fJkdyo4u-8oyxaBh@gitlab.com/t1p/t1-mulesoftservice.git#releases",
  ...
},

Mulesoft Services Setup

To setup MulesoftServices, use createServices(config) function.

Config

  • apiVersion - required, version of api to Services provided by Mulesoft
  • clientID - required, client id to Services provided by Mulesoft
  • clientSecret - required, client secret id to Services provided by Mulesoft
  • endpoint - optional, Mulesoft Services Endpoint provided by Mulesoft.

For security reasons, all access keys are required to in order to use the services.

// ES5-JavaScript
const { createServices } = require("t1-mulesoftservices");

const MulesoftServices = createServices({
  apiVersion: "version of api",
  clientID: "client id",
  clientSecret: "client secret id",
  endpoint: "sample.endpoint.com",
});
// ES6-JavaScript, TypeScript
import { createServices } from "t1-mulesoftservices";

const MulesoftServices = createServices({
  apiVersion: "version of api",
  clientID: "client id",
  clientSecret: "client secret id",
  endpoint: "sample.endpoint.com",
});
1.9.12

3 years ago

1.9.11

3 years ago

1.9.10

3 years ago

1.9.9

3 years ago

1.9.8

3 years ago

1.9.7

3 years ago

1.9.6

3 years ago

1.9.5

3 years ago

1.9.4

3 years ago

1.9.3

3 years ago

1.8.2

4 years ago

1.8.1

4 years ago

1.8.0

4 years ago

1.9.2

3 years ago

1.9.1

3 years ago

1.9.0

3 years ago

1.7.0

4 years ago

1.6.7

4 years ago

1.8.4

3 years ago

1.8.3

4 years ago

1.6.6

4 years ago

1.6.5

4 years ago

1.6.4

4 years ago

1.6.3

4 years ago

1.6.2

4 years ago

1.6.1

4 years ago

1.6.0

4 years ago

1.6.0-alpha.0

4 years ago

1.5.27

4 years ago

1.5.26

4 years ago

1.5.25

4 years ago

1.5.24

4 years ago

1.5.23

4 years ago

1.5.22

4 years ago

1.5.21

4 years ago

1.5.20

4 years ago

1.5.18

4 years ago

1.5.19

4 years ago

1.5.17

4 years ago

1.5.16

4 years ago

1.5.15

4 years ago

1.5.14

4 years ago

1.5.10

4 years ago

1.5.12

4 years ago

1.5.11

4 years ago

1.5.13

4 years ago

1.5.9

4 years ago

1.5.8

4 years ago

1.5.7

4 years ago

1.5.6

4 years ago

1.5.5

4 years ago

1.5.4

4 years ago

1.5.3

4 years ago

1.5.2

4 years ago

1.5.1

4 years ago

1.4.17

4 years ago

1.4.18

4 years ago

1.4.16

4 years ago

1.4.15

4 years ago

1.4.9

4 years ago

1.4.11

4 years ago

1.4.8

4 years ago

1.4.10

4 years ago

1.4.7

4 years ago

1.4.13

4 years ago

1.4.12

4 years ago

1.4.14

4 years ago

1.4.6

4 years ago

1.4.5

4 years ago

1.4.4

4 years ago

1.4.3

4 years ago

1.4.2

4 years ago

1.4.1

4 years ago

1.0.11

4 years ago