DESCRIPTION
Ruby API for the MySpace Platform REST API
FEATURES/PROBLEMS
PLAY
@myspace = Spacer::Client.new(api_key, secret_key)
user = @myspace.user('3454354')
puts user.interests.music
puts user.photos.first.caption
REQUIREMENTS
INSTALL
DOCUMENTATION
Rubyforge: http://rubyforge.org/projects/spacer/ (submit bugs here)
RDocs: http://spacer.rubyforge.org/
Goolge Group: http://groups.google.com/group/spacer-ruby
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.
Thanks to Ken Pelletier for coming up with the very creative name.