AlexGaiser / freepi

A libarary for free API wrappers and other services to aid in prototyping and development
2 stars 1 forks source link

Add default search to unsplash class #82

Closed AlexGaiser closed 3 years ago

AlexGaiser commented 3 years ago

In live testing, I found that the most common operation was a search of photos. For convenience, I have added a default search to the base class.

This search defaults to the '/photos' namespace, but a second argument after the params arg can be set to another namespace like 'collections' or 'users' if desired.