tasty

Ruby gem for interacting with the del.icio.us API

Requirements

Install

Example

>> require 'tasty'
=> true
>> tasty = Tasty.new('delicious_username', 'delicious_password')
=> #<Tasty:0x101868d80 @delicious_api_url="https://api.del.icio.us/v1/", @password="delicious_password", @username="delicious_username">

Changelog

1.0.1

Contributing to tasty

Copyright © 2010-2011 David Czarnecki. See LICENSE.txt for further details.