SearchClient constructor

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

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

Implementation

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