(self, api_client=None)
| 67 | class AppDataApi: |
| 68 | |
| 69 | def __init__(self, api_client=None) -> None: |
| 70 | if api_client is None: |
| 71 | api_client = ApiClient.get_default() |
| 72 | self.api_client = api_client |
| 73 | |
| 74 | |
| 75 |
nothing calls this directly
no test coverage detected