[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

[ANN] Spacer v0.5.0, yes with an 'e', released

Shane Vitarana

2/11/2008 1:37:00 AM

DESCRIPTION

Ruby API for the MySpace Platform REST API

FEATURES

Implements v1.0 of the MySpace Platform REST API
Uses JSON for minimal transport footprint

USE
@myspace = Spacer::Client.new(api_key, secret_key)
user = @myspace.user('3454354')
puts user.interests.music
puts user.photos.first.caption

REQUIREMENTS

OAuth
ActiveSupport
Mocha (for testing)

INSTALL

sudo gem install spacer

DOCUMENTATION

Rubyforge: http://rubyforge.org/projec... (submit bugs here)
RDocs: http://spacer.ruby...
Goolge Group: http://groups.google.com/group/s...

NOTES

MySpace is still actively making changes to their API, so this is far
from a 1.0 release. However, as of the day of this post, it implements
all the features of their REST API.

AUTHOR

shanev@gmail.com

Enjoy!
-Shane

--
http://shane... | http://crim... | http://myfi...