musixmatch.api.JsonResponseMessage Class Reference
Inheritance diagram for musixmatch.api.JsonResponseMessage:
Inheritance graph
Collaboration diagram for musixmatch.api.JsonResponseMessage:
Collaboration graph

Public Member Functions

def __init__ (self, response)
 
def __str__ (self)
 
def status_code (self)
 
def __init__ (self, response)
 
def __str__ (self)
 
def status_code (self)
 
def __init__ (self, response)
 
def __str__ (self)
 
def status_code (self)
 
def __init__ (self, response)
 
def __str__ (self)
 
def status_code (self)
 
- Public Member Functions inherited from musixmatch.api.ResponseMessage
def __init__ (self, response)
 
def status_code (self)
 
def __repr__ (self)
 
def __init__ (self, response)
 
def status_code (self)
 
def __repr__ (self)
 
def __init__ (self, response)
 
def status_code (self)
 
def __repr__ (self)
 
def __init__ (self, response)
 
def status_code (self)
 
def __repr__ (self)
 

Detailed Description

A :py:class:`ResponseMessage` subclass which behaves like a
:py:class:`dict` to expose the Json structure contained in the response
message.  Parses the Json response message and build a proper python
:py:class:`dict` containing all the information. Also, setup a
:py:class:`ResponseStatusCode` by querying the :py:class:`dict` for the
*['header']['status_code']* item.

Definition at line 142 of file musixmatch-master/build/lib/musixmatch/api.py.

Constructor & Destructor Documentation

def musixmatch.api.JsonResponseMessage.__init__ (   self,
  response 
)
def musixmatch.api.JsonResponseMessage.__init__ (   self,
  response 
)

Definition at line 151 of file musixmatch-master/musixmatch/api.py.

def musixmatch.api.JsonResponseMessage.__init__ (   self,
  response 
)
def musixmatch.api.JsonResponseMessage.__init__ (   self,
  response 
)

Definition at line 151 of file Yading/musixmatch-master/musixmatch/api.py.

Member Function Documentation

def musixmatch.api.JsonResponseMessage.__str__ (   self)
def musixmatch.api.JsonResponseMessage.__str__ (   self)
def musixmatch.api.JsonResponseMessage.__str__ (   self)

Definition at line 158 of file Yading/musixmatch-master/musixmatch/api.py.

def musixmatch.api.JsonResponseMessage.__str__ (   self)

Definition at line 158 of file musixmatch-master/musixmatch/api.py.

def musixmatch.api.JsonResponseMessage.status_code (   self)
Overload :py:meth:`ResponseMessage.status_code`

Definition at line 163 of file musixmatch-master/build/lib/musixmatch/api.py.

Referenced by musixmatch.api.JsonResponseMessage.status_code().

def musixmatch.api.JsonResponseMessage.status_code (   self)
Overload :py:meth:`ResponseMessage.status_code`

Definition at line 163 of file musixmatch-master/musixmatch/api.py.

def musixmatch.api.JsonResponseMessage.status_code (   self)
Overload :py:meth:`ResponseMessage.status_code`

Definition at line 163 of file Yading/musixmatch-master/build/lib/musixmatch/api.py.

def musixmatch.api.JsonResponseMessage.status_code (   self)
Overload :py:meth:`ResponseMessage.status_code`

Definition at line 163 of file Yading/musixmatch-master/musixmatch/api.py.


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