helium_py.api.api.API

class helium_py.api.api.API(host=None, port=None, user_agent=None, base_path=None)[source]

Bases: object

Base API class for Helium Blockchain API.

https://docs.helium.com/api/

__init__(host=None, port=None, user_agent=None, base_path=None)[source]

Allow for overriding API details at instantiation.

Methods

__init__([host, port, user_agent, base_path])

Allow for overriding API details at instantiation.

Attributes

base_path

client

Return a client singleton per API.

host

port

user_agent

property client: Client

Return a client singleton per API.