github
Advanced Search
  • Home
  • Pricing and Signup
  • Explore GitHub
  • Blog
  • Login

james / custodian

  • Admin
  • Watch Unwatch
  • Fork
  • Your Fork
  • Pull Request
  • Download Source
    • 9
    • 0
  • Source
  • Commits
  • Network (0)
  • Issues (0)
  • Downloads (0)
  • Wiki (1)
  • Graphs
  • Branch: master

click here to add a description

click here to add a homepage

  • Branches (1)
    • master ✓
  • Tags (0)
Sending Request…
Enable Donations

Pledgie Donations

Once activated, we'll place the following badge in your repository's detail box:
Pledgie_example
This service is courtesy of Pledgie.

A ruby wrapper for the Guardian API — Read more

  cancel

  cancel
  • Private
  • Read-Only
  • HTTP Read-Only

This URL has Read+Write access

that gemspec file everyones been talking about 
james (author)
Sat Mar 14 13:07:28 -0700 2009
commit  7f45b7db30a594ca2989be51a0d9c48cdbb6ed75
tree    92d6912e2c6bc7768952b38cc2bfc6cf345b2e98
parent  16439e1008ae26a1b824e8d258e29619deeb57b9
custodian /
name age
history
message
file .gitignore Loading commit data...
file History.txt
file Manifest.txt
file PostInstall.txt
file README.rdoc
file Rakefile
file custodian.gemspec
directory lib/
directory script/
directory spec/
directory tasks/
README.rdoc

custodian

github.com/james/custodian

DESCRIPTION:

Custodian is a Ruby gem for accessing the Guardian’s Open Platform API (www.guardian.co.uk/open-platform)

SYNOPSIS:

  require 'rubygems'
  require 'custodian'

  Custodian.api_key = "f00" # your api key here
  Custodian.proxy_addr = "proxy.example.com" # optional
  Custodian.proxy_port = 1234 # optional

  articles = Custodian::Article.find(:all, {:q => "Obama"}) # find all articles (limited to 10 by default) that match query "Obama"
  article = Custodian::Article.find(344089365) # recover an individual article by ID
  count = Custodian::Article.count({:q => "Obama"}) # Count the total number of results available for a valid query

  tags = Custodian::Tag.find(:all, "UK") # find all keywords (limited to 10 by default) that match query "UK"
  count = Custodian::Article.count({:q => "Obama"}) # Count the total number of keyword results available for a valid query

The conditions hash is a key-value pair hash of parameters that match the Open Platform’s query-string options. For more information, see the API Explorer:

api.guardianapis.com/docs/

REQUIREMENTS:

  Ruby
  Hpricot (http://github.com/why/hpricot/)
  A valid Guardian Open Platform API Key, which you can get from http://guardian.mashery.com

INSTALL:

  $ gem sources -a http://gems.github.com (you only have to do this once)
  $ sudo gem install james-custodian

CONTRIBUTORS:

  James Darling (http://coupde.com/)
  Kalvir Sandhu (http://kalv.co.uk)
  Tom Armitage (http://infovore.org)

LICENSE:

(The MIT License)

Copyright © 2009 James Darling

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the ‘Software’), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED ‘AS IS’, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Blog | Support | Training | Contact | API | Status | Twitter | Help | Security
© 2010 GitHub Inc. All rights reserved. | Terms of Service | Privacy Policy
Powered by the Dedicated Servers and
Cloud Computing of Rackspace Hosting®
Dedicated Server