Sha256: 993d09f8c388f70e4348cc576913592dd5831aab13d9ac4340350b441d2d1037
Contents?: true
Size: 818 Bytes
Versions: 2
Compression:
Stored size: 818 Bytes
Contents
# Webmaster Tools * API very limited * subset of tools * based on mechanize ## Usage Simple usage case to get error counts ```ruby require 'webmaster_tools' client = WebmasterTools.new(<username>, <password>) pp client.crawl_error_counts(<url>) ``` ## Interface ### crawl #### info #### errors #### stats ### other #### submit removal request ## Dependencies Depends on [mechanize](http://mechanize.rubyforge.org/) to access the Webinterface ## Contributing We'll check out your contribution if you: - Provide a comprehensive suite of tests for your fork. - Have a clear and documented rationale for your changes. - Package these up in a pull request. We'll do our best to help you out with any contribution issues you may have. ## License The license is included as LICENSE in this directory.
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
webmaster_tools-0.1.0.rc2 | README.md |
webmaster_tools-0.1.0.rc1 | README.md |