musixmatch-master/build/lib/musixmatch/ws.py File Reference

Go to the source code of this file.

Namespaces

 musixmatch.ws
 

Variables

 musixmatch.ws.__license__ = musixmatch.__license__
 
 musixmatch.ws.__author__ = musixmatch.__author__
 
 musixmatch.ws._version = os.environ.get('musixmatch_apiversion', None)
 
 musixmatch.ws.location = os.environ.get('musixmatch_wslocation', 'http://api.musixmatch.com/ws/%s' % _version)
 
 musixmatch.ws.artist = musixmatch.api.Method('artist')
 
 musixmatch.ws.album = musixmatch.api.Method('album')
 
 musixmatch.ws.track = musixmatch.api.Method('track')
 
 musixmatch.ws.tracking = musixmatch.api.Method('tracking')
 
 musixmatch.ws.matcher = musixmatch.api.Method('matcher')