alexgregianin / knock-knock

HTTP requests at Google services using ClientLogin authentication in Ruby

This URL has Read+Write access

Bruno Azisaka Maciel (author)
Wed Dec 24 12:00:35 -0800 2008
alexgregianin (committer)
Mon Dec 29 08:31:13 -0800 2008
commit  ce346b2dd11bd4016590c0a49087198904a6c144
tree    82b564c2fdd56391d77b8609c440b994f0cce25e
parent  89c7db4f349ab8b2d99439d9fe9e47c0259b23bd
name age message
file .gitignore Mon Dec 01 18:39:06 -0800 2008 ignoring some files,adding .gitignore on the re... [alexgregianin]
file History.txt Loading commit data...
file Manifest.txt
file PostInstall.txt Sat Dec 06 17:35:53 -0800 2008 Adding RDOC support [Bruno Azisaka Maciel]
file README.rdoc
file Rakefile Sun Dec 07 19:51:05 -0800 2008 Adding some stuffs before release the new version [Bruno Azisaka Maciel]
directory config/ Sat Dec 06 21:13:45 -0800 2008 Fixing some problems with Rdoc em RubyForge [Bruno Azisaka Maciel]
file knock-knock.gemspec
directory lib/
directory script/ Sat Dec 06 15:26:43 -0800 2008 A new version of KnockKnock gem. Now it's reall... [Bruno Azisaka Maciel]
directory test/
README.rdoc

KnockKnock

KnockKnock was made to turn login with Google Authentication API easier.

Features

  • Singleton class for connection with Google.
  • Simple authentication and clear code.
  • GET, POST, PUT, DELETE method implemented
  • Connection with any Google Account, even Hosted Google Accounts

Synopsis

  require 'rubygems'
  require 'knock_knock'

  include Bubble::KnockKnock

  Connection.connect('email@gmail.com', 'password', Services::GoogleContacts)

  print Request.get('http://www.google.com/m8/feeds/contacts/email%40gmail.com/full')

Services

All the API for any Google Service works with KnockKnock. You can check the Services module to see some examples.

Install

  sudo gem install knock-knock

Contributors

License

(The MIT License)

Copyright © 2008 Bubble

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.