|
Server : Apache System : Linux ecngx264.inmotionhosting.com 4.18.0-553.77.1.lve.el8.x86_64 #1 SMP Wed Oct 8 14:21:00 UTC 2025 x86_64 User : lonias5 ( 3576) PHP Version : 7.3.33 Disable Function : NONE Directory : /proc/self/root/proc/thread-self/root/opt/saltstack/salt/extras-3.10/cpapis/ |
Upload File : |
"""cPanel API functions""" from ._errors import CpAPIError, CpAPIErrorMsg, CpAPIExecFail, CpAPIDeprecation from ._whmapi0 import Whmapi0 from ._whmapi1 import Whmapi1 from ._uapi import Uapi from ._cpapi1 import Cpapi1 from ._cpapi2 import Cpapi2 from ._cpapi3 import Cpapi3 # these have __call__() to behave like normal functions whmapi0 = Whmapi0() whmapi1 = Whmapi1() uapi = Uapi() cpapi1 = Cpapi1() cpapi2 = Cpapi2() cpapi3 = Cpapi3()