Skip to content

rjsvaljean/rubycious

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rubycious

A Ruby gem wrapper to the del.icio.us API. nuff’ said.

Examples

require 'rubycious'
include Rubycious

post_client= Client::Post.new(:username => "delicious_username", :password => "delicious_password")
post_client.all(:tag => "testing")
post_client.recent
post_client.get(:tag => "tutorial+ruby")

tag_client= Rubycious::Client::Tag.new(:username => "delicious_username", :password => "delicious_password")
tag_client.all

Releases

No releases published

Packages

No packages published

Languages