dstaudt

Results 18 comments of dstaudt

The API base URL is also modified with this migration and will need to be modified throughout: OLD: api.cisco.com NEW: apix.cisco.com

The `let` keyword was introduced for Node.js in v4.x, which is many years old. Can you try updating Node to a recent version (e.g. LTS v14?)

What environment are you using/how is node being launched? It seems like there is some confusion on how the app is being launched with respect to which node version is...

Some observations: * Attempting to browserify @webex:^1.157.0 into a browser app fails with the `Can't walk dependency graph` error mentioned - using browerify cli 17.0.0 * Bundling succeeds using browserify...

This appears to be related to deprecation of some method aliases in `collections`, including `Iterable`, vs. sourced from `collections.abc`: https://docs.python.org/3/whatsnew/3.10.html#removed This should work as of `future` 0.18.0. `webexteamssdk` 1.6.1 has...

Thanks for the contribution :) As with the other bulk sample: * Could you modify the sample in order to create/(do main operation)/delete test data to avoid dependency on pre-existing...

Thanks for contributing - this is the kind of sample that can save hours/days of time :) A few questions/thoughts: * Is this script something you used yourself in production?...