akahu.api.endpoints.refresh

class akahu.api.endpoints.refresh.RefreshEndpoint(client: ApiBase, endpoint='/refresh')

Bases: ApiGetEndpoint[bool], ApiGetByIdEndpoint[bool]

Endpoints for refreshing data.

Arguments:

client (ApiBase): The API client, or prefix-endpoint in the url path. endpoint (str): (optional) The endpoint for the data refresh API. Defaults to “/refresh”.

property endpoint: str
get(**kwargs) T
getById(id: str, **kwargs) T