apigee / apigeetool-node

"apigeetool" implementation in Node.js for managing Apigee Edge apps and proxies
MIT License
90 stars 90 forks source link

Added promise definitions for fetchSharedFlow and listSharedflowDeployments #192

Closed kjshomper closed 4 years ago

kjshomper commented 4 years ago

While the code was in place to fetch a shared flow and list the shared flow deployments, the definitions in the promisesdk were missing. I've added those and bumped the version.

kjshomper commented 4 years ago

Commit f8f32c7454, which was included in the October release to 0.14.x (commit e6a14c2a) created a breaking change when it renamed the SDK function for getkvmmap to getKVMmap in lib/promisesdk.js. The unit tests were changed to match; however, code dependent on the SDK interface broke. My next release with the apigeetool-node dependency will mandate at least 0.14.x; so, it will be OK, but wanted you aware as an FYI. Thanks.

whitlockjc commented 4 years ago

The next release will be 0.14.x, don't worry. :) The plan is to merge this, update dependencies and see any other things we can get in. I'll spend some time on it now.