- Added
fps
toPexels::Video::File
.
- Expose timeout options
- Add support for returning featured collections.
- Add support for photo and video search with filters.
- Added
avg_color
attribute toPhoto
object.
- Added
type
,photo?
andvideo?
helper methods toPhoto
andVideo
classes.
- Fixed incorrect URL for collections endpoints.
- Added pagination methods
next_page
andprev_page
toPaginatedResponse
. - Added
total_pages
toPaginatedResponse
. - Extracted
Request
andResponse
objects for reusability. - Added
Pexels/Ruby
User-Agent
header to requests.
- Add support for returning collections belonging to the API user.
- Add support for returning media from a collection.
- Add
find
as an alias forphotos[]
andvideos[]
.
- Initial release.