Class: Cloudinary::SearchFolders
- Defined in:
- lib/cloudinary/search_folders.rb
Overview
The Cloudinary API folders search method allows you fine control on filtering and retrieving information on all the folders in your cloud with the help of query expressions in a Lucene-like query language.
Constant Summary collapse
- ENDPOINT =
'folders'
Constants inherited from Search
Cloudinary::Search::AGGREGATE, Cloudinary::Search::FIELDS, Cloudinary::Search::KEYS_WITH_UNIQUE_VALUES, Cloudinary::Search::SORT_BY, Cloudinary::Search::TTL, Cloudinary::Search::WITH_FIELD
Method Summary
Methods inherited from Search
#aggregate, #endpoint, #execute, #expression, #fields, #initialize, #max_results, method_missing, #next_cursor, #sort_by, #to_h, #to_url, #ttl, #with_field
Constructor Details
This class inherits a constructor from Cloudinary::Search