akahu.api.endpoints.refresh

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

Bases: ApiEndpoint

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”.

all(**kwargs) bool
byId(id: str, **kwargs) bool
property endpoint: str