Response
- class domainrobot.response.DomainrobotResponse(status_code, body, headers, model=None)[source]
Wrapper around a successful API response.
When a
modelclass is provided the items indataare instances of that model, giving IDE autocompletion and type safety. Otherwise they remain plain dicts.- status_code
HTTP status code.
- headers
HTTP response headers.