Classes
Methods
(static) GetApi() → {ApiClient}
Get the singleton ApiClient instance Creates the instance on first call, returns cached instance thereafter Usage: api = GetApi() or data = GetApi().GetItem(id)
- Source
Returns:
ApiClient singleton instance
- Type:
- ApiClient