Account¶
Manage Account.
info¶
Gets all account information.
Return:
AccountInfo: AccountInfo
from tagoio_sdk import Resources
resources = Resources()
result = resources.account.info()
Manage Account.
Gets all account information.
Return:
AccountInfo: AccountInfo
from tagoio_sdk import Resources
resources = Resources()
result = resources.account.info()