PlaylistClient constructor

PlaylistClient(
  1. Client httpClient,
  2. SoundcloudController controller
)

Creates a new PlaylistClient that uses the provided httpClient and controller.

Implementation

PlaylistClient(Client httpClient, SoundcloudController controller)
  : _http = httpClient,
    _controller = controller;