Users constructor

Users(
  1. UnsplashClient client
)

Creates a new instance which belongs to client.

Implementation

Users(this.client) : baseUrl = client.baseUrl.resolve('users/');