Method: ScraperWiki::API.scraper_url

Defined in:
lib/scraperwiki-api.rb

.scraper_url(shortname) ⇒ String

Returns the URL to the scraper’s overview.

Parameters:

  • shortname (String)

    the scraper’s shortname

Returns:

  • (String)

    the URL to the scraper’s overview



23
24
25
# File 'lib/scraperwiki-api.rb', line 23

def scraper_url(shortname)
  "https://scraperwiki.com/scrapers/#{shortname}/"
end