Module: Shutterstock::API::Images
Constant Summary collapse
- BASE_PATH =
'images'
Constants included from Util
Instance Attribute Summary
Attributes included from Configurable
#api_key, #api_username, #email, #password, #username
Instance Method Summary collapse
Methods included from Util
Methods included from Configurable
#configure, #credentials, keys
Instance Method Details
#search(searchterm, options = {}) ⇒ Object
9 10 11 |
# File 'lib/shutterstock/api/images.rb', line 9 def search(searchterm, = {}) call([BASE_PATH, 'search'], :get, {searchterm: searchterm}.merge()) end |