ezapi-icc-pro
A Python wrapper for ICC PRO RESTful API
Install
pip install ezapi-icc-pro
Usage
from icc_pro import ICC_PRO
host = "..."
username = "..."
password = "..."
client_id = "..."
client_secret = "..."
iccpro = ICC_PRO(host, username, password, client_id, client_secret)
See detailed usages at Endpoints page.
Last modified on: 2023-03-21 11:17:13