Currently, a bunch of the logic to handle interactions with elastic.io's own REST API are contained within the two files platformApiLogicClient.js and platformApiRestClient.js within the ipaas-core-component. Ideally, we should migrate these files to this library so that this logic can be used for other purposes.
Other Feature Request
Description
Currently, a bunch of the logic to handle interactions with elastic.io's own REST API are contained within the two files
platformApiLogicClient.js
andplatformApiRestClient.js
within the ipaas-core-component. Ideally, we should migrate these files to this library so that this logic can be used for other purposes.