Method: Datahen::Client::ScraperExport#all
- Defined in:
- lib/datahen/client/scraper_export.rb
#all(scraper_name, opts = {}) ⇒ Object
4 5 6 7 |
# File 'lib/datahen/client/scraper_export.rb', line 4 def all(scraper_name, opts={}) params = .merge(opts) self.class.get("/scrapers/#{scraper_name}/exports", params) end |