Skip to main content

infrahub_sdk.recorder

Classes​

RecorderType ​

Recorder ​

Methods:

record ​

record(self, response: httpx.Response) -> None

Record the response from Infrahub

NoRecorder ​

Methods:

record ​

record(response: httpx.Response) -> None

The NoRecorder just silently returns

default ​

default(cls) -> NoRecorder

JSONRecorder ​

Methods:

record ​

record(self, response: httpx.Response) -> None