Photos constructor

Photos(
  1. UnsplashClient client
)

Creates a new instance which belongs to client.

Implementation

Photos(this.client) : baseUrl = client.baseUrl.resolve('photos/');