Interface NewReleases

  • All Known Implementing Classes:
    Beatport

    public interface NewReleases
    Provides lists of new releases.
    Author:
    Hendrik Schreiber
    • Method Detail

      • getNewReleases

        List<PlayList> getNewReleases​(Locale market)
                               throws IOException
        Fetch new releases in the form of PlayLists for the given Locale. These lists may be specific to genre or other properties.
        Parameters:
        market - locale market to use for lookup, if the implementation supports localization
        Returns:
        list of new releases
        Throws:
        IOException