akahu.api.rest.endpoint.getbyid

class akahu.api.rest.endpoint.getbyid.ApiGetByIdEndpoint(client: ApiBase, endpoint: str, Ctor: TypeVar)

Bases: ApiEndpoint, Generic

property endpoint: str
getById(id: str, **kwargs) T
class akahu.api.rest.endpoint.getbyid.GetByIdResponse(success: bool, item: D = None)

Bases: Generic

item: D = None
success: bool