Module: Behance::Client::CreativesToFollow
- Included in:
- Behance::Client
- Defined in:
- lib/behance/creatives_to_follow.rb
Instance Method Summary collapse
-
#creatives_to_follow(options = {}) ⇒ Object
Public: Provides a list of creatives you might be interested in following.
Instance Method Details
#creatives_to_follow(options = {}) ⇒ Object
Public: Provides a list of creatives you might be interested
in following
options - The Hash with options that the API would expect:
:page - The page number of the results, always
starting with 1.
Examples
@client.creatives_to_follow
@client.creatives_to_follow(page: 2)
Returns an array of creatives in JSON format.
18 19 20 |
# File 'lib/behance/creatives_to_follow.rb', line 18 def creatives_to_follow(={}) request("creativestofollow", )["creatives_to_follow"] end |