Blingee
This library provides a simple interface to the Blingee.com API. To utilize the API, you’ll have to have an API user identifier and secret. Getting those credentials is entirely on you.
Searching Blingee
You may search Blingee by tags. If, for example, you’d like to search for Miley Cyrus pictures:
blingee = Blingee.new(:user_id => 500, :secret => 'SECRET')
result = blingee.tag_search('miley,cyrus,miley cyrus')
# => Blingee::Collection of Blingee::Entry instances
Note on Patches/Pull Requests
-
Fork the project.
-
Make your feature addition or bug fix.
-
Add tests for it. This is important so I don’t break it in a future version unintentionally.
-
Commit, do not mess with rakefile, version, or history. (if you want to have your own version, that is fine but
bump version in a commit by itself I can ignore when I pull)
-
Send me a pull request. Bonus points for topic branches.
Copyright
Copyright © 2009 Nathaniel Bibler. See LICENSE for details.