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

Public Member Functions

def __init__ (self, config_file=API_CONFIG)
 
def get (self, key)
 
def get_all (self)
 
- Public Member Functions inherited from pyhodl.app.ConfigManager
def __init__ (self, config_file)
 
def create_config (self)
 
def get (self, key)
 
def save (self)
 

Additional Inherited Members

- Public Attributes inherited from pyhodl.app.ConfigManager
 config_file
 
 raw
 
 data
 

Detailed Description

Manages your API secrets 

Constructor & Destructor Documentation

def pyhodl.api.markets.factory.ApiManager.__init__ (   self,
  config_file = API_CONFIG 
)

Member Function Documentation

def pyhodl.api.markets.factory.ApiManager.get (   self,
  key 
)
def pyhodl.api.markets.factory.ApiManager.get_all (   self)
:return: generator of API
    Generate all APIs price

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