kittycad.types.Response

class kittycad.types.Response(status_code, content, headers, parsed)[source][source]

Bases: Generic[T]

A response from an endpoint

Method generated by attrs for class Response.

content: bytes[source]
headers: MutableMapping[str, str][source]
parsed: TypeVar(T)[source]
status_code: int[source]