Class: SearchVideosEditorial
- Inherits:
-
RequestBase
- Object
- RequestBase
- SearchVideosEditorial
- Defined in:
- lib/Search/SearchVideosEditorial.rb
Constant Summary collapse
- API_ROUTE =
"/v3/search/videos/editorial"
- QUERY_PARAM_NAMES =
["age_of_people","collection_codes","collections_filter_type","editorial_video_types","entity_uris","exclude_nudity","fields","format_available","frame_rates", "keyword_ids","page","page_size","phrase","product_types","sort_order","specific_people"]
Instance Attribute Summary
Attributes inherited from RequestBase
#headers, #http_helper, #query_params
Instance Method Summary collapse
Methods inherited from RequestBase
#initialize, #with_accept_language, #with_custom_header, #with_custom_parameter
Constructor Details
This class inherits a constructor from RequestBase
Instance Method Details
#execute ⇒ Object
16 17 18 |
# File 'lib/Search/SearchVideosEditorial.rb', line 16 def execute return @http_helper.get(API_ROUTE, @query_params, @headers) end |