getArtistNames method

Future<Catalog> getArtistNames()

GET /catalog/artist-names

Convenience method for calling getCatalog with CatalogType.artistNames.

Implementation

Future<Catalog> getArtistNames() => getCatalog(CatalogType.artistNames);