Chartmetric CLI

A command line tool for accessing the Chartmetric API.

cm curators playlists

Lookup playlists created by a curator.

Synopsis

Full API endpoint documentation at https://api.chartmetric.com/apidoc/#api-Curator-GetCuratorPlaylists

cm curators playlists [flags]

Examples

  cm curators playlists --id=133000 --platform=spotify

Options

      --id string              Chartmetric curator id
      --platform string        Filter by streaming platform. Allowed values: 'spotify', 'applemusic', 'deezer'
      --limit string           Maximum number of results to be returned
      --offset string          Offset of entries to be returned
      --sortColumn string      Sort results by a specific metric (see API documentation for full list)
      --sortOrderDesc string   Sort results in descending order
  -h, --help                   help for playlists

Options inherited from parent commands

  -d, --debug                  Display debug output in the console (default: false)
  -r, --refresh_token string   Chartmetric API Refresh Token to use (overrides config file token; does not save)
  -V, --verbose                Show additional details only when displaying debug info (default: false)

SEE ALSO

Auto generated by spf13/cobra on 28-Aug-2024