akahu.api.rest.base

class akahu.api.rest.base.ApiBase(base: str, headers: dict = {})

Bases: object

property endpoint: str
class akahu.api.rest.base.ApiEndpoint(client: ~akahu.api.rest.base.ApiBase, endpoint: str, Ctor: ~typing.Any = <class 'object'>)

Bases: ApiBase

property endpoint: str