pdstools.infinity.client

Classes

Infinity

The Pega Infinity DX API client

AsyncInfinity

The async Pega Infinity DX API client.

Module Contents

class Infinity(*args, **kwargs)

Bases: pdstools.infinity.internal._base_client.SyncAPIClient

The Pega Infinity DX API client

version: str
knowledge_buddy
_VERSION_DEPENDENT_RESOURCES
__getattr__(name: str)
Parameters:

name (str)

class AsyncInfinity(*args, **kwargs)

Bases: pdstools.infinity.internal._base_client.AsyncAPIClient

The async Pega Infinity DX API client.

Provides the same functionality as Infinity but with native async/await support. Resources expose async def methods that can be awaited directly.

version: str
knowledge_buddy
_VERSION_DEPENDENT_RESOURCES
__getattr__(name: str)
Parameters:

name (str)