PyHodl  0.2.7
Framework to download, update, analyze and plot your crypto-transactions. Completely off-line and security-oriented.
pyhodl.api.models.AbstractApiClient Class Reference
Inheritance diagram for pyhodl.api.models.AbstractApiClient:
Collaboration diagram for pyhodl.api.models.AbstractApiClient:

Public Member Functions

def __init__ (self, base_url)
 
- Public Member Functions inherited from pyhodl.logs.Logger
def __init__ (self)
 
def log (self, content)
 

Public Attributes

 base_url
 
- Public Attributes inherited from pyhodl.logs.Logger
 class_name
 

Detailed Description

Simple bare api client 

Constructor & Destructor Documentation

def pyhodl.api.models.AbstractApiClient.__init__ (   self,
  base_url 
)
:param base_url: str
    Base url for API calls

Member Data Documentation

pyhodl.api.models.AbstractApiClient.base_url

The documentation for this class was generated from the following file: