Sha256: 25b841a17d880c06628c8f2ffa96d5a4c59275678440929d63f251a954358855

Contents?: true

Size: 1.19 KB

Versions: 1

Compression:

Stored size: 1.19 KB

Contents

= tasty

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

* http://www.delicious.com/help/api/

== Requirements

* HTTParty
* FakeWeb (testing)
* Mocha (testing)

== Install

* sudo gem install tasty

== 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">

== Contributing to tasty
 
* Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet
* Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it
* Fork the project
* Start a feature/bugfix branch
* Commit and push until you are happy with your contribution
* Make sure to add tests for it. This is important so I don't break it in a future version unintentionally.
* Please try not to mess with the Rakefile, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so I can cherry-pick around it.

== Copyright

Copyright (c) 2010 David Czarnecki. See LICENSE.txt for
further details.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
tasty-1.0.0 README.rdoc