Module: NicoCrawler

Defined in:
lib/nicocrawler.rb,
lib/nicocrawler/tag_search.rb

Defined Under Namespace

Modules: TagSearch

Class Method Summary collapse

Class Method Details

.tag_search(tag: tag, sort: sort, order: order, &block) ⇒ Object



6
7
8
# File 'lib/nicocrawler.rb', line 6

def tag_search(tag: tag, sort: sort, order: order, &block)
  NicoCrawler::TagSearch.execute(tag: tag, sort: sort, order: order, &block)
end