2. WS moduleΒΆ

This is an utility module that provides a row musiXmatch web API interface. Ideally it should be used like this:

>>> import musixmatch
>>> 
>>> try:
...     chart = musixmatch.ws.track.chart.get(country='it', f_has_lyrics=1)
... except musixmatch.api.Error, e:
...     pass

Previous topic

1. api module

Next topic

3. base module

This Page