Skip to main content

COOCApiModule

To use the COOC API logic, run the following command to import the COOCApiModule.

def main():
...
from COOCApiModule import *
if __name__ in ["builtins", "__main__"]:
main()

Then, the functionality of COOCApiModule will be available for usage. For examples, see the AWS or AZURE integrations.