We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b16c0ea commit cbecca8Copy full SHA for cbecca8
cpapi/__init__.py
@@ -2,3 +2,4 @@
2
from .mgmt_api import APIClientArgs
3
from .api_exceptions import APIException
4
from .api_exceptions import APIClientException
5
+from .api_response import APIResponse
setup.py
@@ -3,7 +3,7 @@
setup(
name="cpapi",
6
- version="1.0.3",
+ version="1.0.4",
7
author="API team",
8
author_email="api_team@checkpoint.com",
9
description="Check Point Management API SDK",
0 commit comments