citrine.resources.response module

class citrine.resources.response.Response(status_code: int | None = None, body: dict | None = None)

Bases: object

Model for REST calls that return only responses (e.g., DELETE).

This assumes nothing other than that the response has an HTTP status code attached to it.