alexgregianin / knock-knock
- Source
- Commits
- Network (4)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Tree:
ce346b2
tree 82b564c2fdd56391d77b8609c440b994f0cce25e
parent 89c7db4f349ab8b2d99439d9fe9e47c0259b23bd
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Mon Dec 01 18:39:06 -0800 2008 | |
| |
History.txt | ||
| |
Manifest.txt | ||
| |
PostInstall.txt | Sat Dec 06 17:35:53 -0800 2008 | |
| |
README.rdoc | ||
| |
Rakefile | Sun Dec 07 19:51:05 -0800 2008 | |
| |
config/ | Sat Dec 06 21:13:45 -0800 2008 | |
| |
knock-knock.gemspec | ||
| |
lib/ | ||
| |
script/ | Sat Dec 06 15:26:43 -0800 2008 | |
| |
test/ |
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
- Jonathan Towell (moxiemachine.com/blog)
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.

