PyHodl  0.2.7
Framework to download, update, analyze and plot your crypto-transactions. Completely off-line and security-oriented.
pyhodl.api.markets.models.ApiConfig Class Reference

Public Member Functions

def __init__ (self, raw)
 
def get_client (self)
 

Public Attributes

 raw
 
 key
 
 secret
 

Detailed Description

Config of API 

Constructor & Destructor Documentation

def pyhodl.api.markets.models.ApiConfig.__init__ (   self,
  raw 
)
:param raw: {}
    Raw data

Member Function Documentation

def pyhodl.api.markets.models.ApiConfig.get_client (   self)
:return: ApiClient
    Api client

Member Data Documentation

pyhodl.api.markets.models.ApiConfig.key
pyhodl.api.markets.models.ApiConfig.raw
pyhodl.api.markets.models.ApiConfig.secret

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