unsplash_rb v2.0
π
Changes you might want to know about:
- Updated supported Ruby versions to 2.3 - 2.6.
- Updated dependency versions (namely httparty to 0.16).
- The Category and Curated Batch/Collection objects have been deprecated/removed in the API, so they've been removed from this gem entirely.
- More specific exceptions for response codes 401, 403, and 404. These are subclasses of the already-existing
Unsplash::Error
:Unsplash::UnauthorizedError
Unsplash::ForbiddenError
Unsplash::NotFoundError