module PixivApi::Request::Trends
Public Instance Methods
trend_works(*args)
click to toggle source
# File lib/pixiv_api/request/trends.rb, line 4 def trend_works(*args) objects_from_response(Response::Work, :get, '/v1/trends/works.json', args.extract_options!) end