In order to test enmeshed locally you need to copy config-dist.json
to config.json
:
cp enmeshed/config-dist.json enmeshed/config.json
Set the transportLibrary.baseUrl
, transportLibrary.platformClientId
and transportLibrary.platformClientSecret
to the values you've received from the Integration team.
In order to start enmeshed locally you can run the command yarn start:enmeshed
. To tear down the connector run yarn stop:enmeshed
.
To test the enmeshed endpoints you can use the script fetch.sh
. Run ./enmeshed/fetch.sh help
to see the available commands.