This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Garret Alfert (author)
Tue Dec 09 06:09:48 -0800 2008
qype /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
LICENSE | ||
| |
README.markdown | ||
| |
Rakefile | ||
| |
lib/ | ||
| |
qype.gemspec | ||
| |
test/ |
README.markdown
Qype API
The official Ruby library for interacting with the Qype API.
Installation
install required gems:
sudo gem install oauth
sudo gem install happymapper
sudo gem install httparty
Usage
require 'rubygems'
require 'qype'
qype = Qype::Client.new('your_api_key', 'your_api_secret')
places = qype.search_places('sushi', 'Hamburg')








