(self, api_client=None)
| 59 | class BacklinksApi: |
| 60 | |
| 61 | def __init__(self, api_client=None) -> None: |
| 62 | if api_client is None: |
| 63 | api_client = ApiClient.get_default() |
| 64 | self.api_client = api_client |
| 65 | |
| 66 | |
| 67 |
nothing calls this directly
no test coverage detected