Method: ScraperWiki::API.edit_scraper_url
- Defined in:
- lib/scraperwiki-api.rb
.edit_scraper_url(shortname) ⇒ String
Returns the URL to edit the scraper.
31 32 33 |
# File 'lib/scraperwiki-api.rb', line 31 def edit_scraper_url(shortname) "https://scraperwiki.com/scrapers/#{shortname}/edit/" end |