You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tried: Unsplash::Photo.search("cat", 1, 5, orientation: :landscape)
Unsplash::Error: orientation is invalid, orientation does not have a valid value
from /Users/joshledgard/.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/unsplash-3.1.1/lib/unsplash/connection.rb:152:in `request'
Steps to Reproduce
Tried: Unsplash::Photo.search("cat", 1, 5, orientation: :landscape)
Unsplash::Error: orientation is invalid, orientation does not have a valid value
from /Users/joshledgard/.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/unsplash-3.1.1/lib/unsplash/connection.rb:152:in `request'
Tried Unsplash::Photo.search("cat", 1, 5, 'landscape')
WARN -- : The tags property in this endpoint is deprecated. https://changelog.unsplash.com/deprecations/2021/07/12/tags-search-deprecation.html
Observed Behaviour
See the error message and the warning above for the two calls.
Expected Behaviour
A way to set an orientation.
Technical Notes
using latest 3.1.1.
The text was updated successfully, but these errors were encountered: