Install an uninstalled conduit to an ecosystem.
NOTE
This feature is only accessible via the Droplit SDK.
Definition
droplit.conduits.installConduit(<ecosystemId>, <conduit-name>);
Example
droplit.conduits.installConduit("Ce9e18e7e2a8bfbfc02639a21", "droplit-nest");
Response
status: 201,
statusText: 'Created',
responseType: 'Created',
body: {
ecosystemId: 'C5ae2c3a348453600f8603379',
name: 'droplit-nest',
comingSoon: false,
isActive: false,
config: {
domain: '',
clientId: '',
clientSecret: '',
callback: 'https://yo.droplit.io/auth/callback',
backwardsCompatibleTemperature: false
},
createdAt: '2018-10-28T19:47:46.668Z',
id: '5bd61262e3a4d22e4c5081fb'
}