infrahub_sdk.playback
Classes
JSONPlayback
Methods:
async_request
async_request(self, url: str, method: HTTPMethod, headers: dict[str, Any], timeout: int, payload: dict | None = None) -> httpx.Response
sync_request
sync_request(self, url: str, method: HTTPMethod, headers: dict[str, Any], timeout: int, payload: dict | None = None) -> httpx.Response