ZoomApiModule
Common Zoom code that provides generic infrastructure, and will be appended to each Zoom integration when it is deployed.
python · ApiModules
Details
| ID | ZoomApiModule |
|---|---|
| Language | python |
| From Version | 5.0.0 |
| Docker Image | demisto/auth-utils:1.0.0.5476008 |
README
To use the common Zoom Server logic (authentication and API requests), run the following command to import the ZoomApiModule.
def main():
...
from ZoomApiModule import * # noqa: E402
if __name__ in ["builtins", "__main__"]:
main()
Then, the ZoomApiModule will be available for usage. For examples, see the Zoom integration.
commonfields: id: ZoomApiModule version: -1 name: ZoomApiModule script: "-" subtype: python3 type: python comment: Common Zoom code that provides generic infrastructure, and will be appended to each Zoom integration when it is deployed. system: true scripttarget: 0 dependson: {} timeout: 0s dockerimage: demisto/auth-utils:1.0.0.5476008 fromversion: 5.0.0 tests: - No tests (auto formatted)