Project

bueda

0.0
Repository is archived
No commit activity in last 3 years
No release in over 3 years
Provides a lightweight Ruby wrapper for the Bueda API.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

= 1.3

Runtime

= 0.5.2
 Project Readme

Bueda API RubyGem¶ ↑

Description¶ ↑

The Bueda API RubyGem provides a lightweight wrapper around the Bueda API, allowing you to quickly use the service in your Ruby applications.

This library requires an API key from bueda.com.

External Dependencies¶ ↑

  • Ruby 1.8 (tested with 1.8.7)

  • RSpec gem 1.0.0+ (tested with 1.3)

  • HTTParty 0.5.2+ (tested with 0.5.2)

Usage Examples¶ ↑

require ‘bueda’ c = Bueda::Client.new(“JGQYtV6tbFHGOL6BSwYcZyHMO9MMZUC9Ev1Ihg”) tags = [“porsche”, “car”, “sports”, “awesome”] pp c.enriched(tags)