public
Description: Ruby API for Myspace
Homepage:
Clone URL: git://github.com/shanev/spacer.git
drummr77 (author)
Tue May 13 11:42:03 -0700 2008
commit  3856fc0f87a836ea62f3890b42ebf2ce8530f682
tree    18f54dac0cc2fedef3944c5b5f58e018d2483547
parent  90cdfd6abbf3914aa2bb5618b74e3f48f6ce65a9
spacer /
name age message
file History.txt Loading commit data...
file MIT-LICENSE
file Manifest.txt
file README.txt
file Rakefile Fri Feb 15 11:49:34 -0800 2008 removed dependency on activesupport, added json... [drummr77]
directory bin/ Sat Feb 09 15:16:19 -0800 2008 revived bin git-svn-id: http://spacer.rubyforg... [drummr77]
directory lib/
directory tasks/
directory test/
README.txt
spacer
    by Shane Vitarana
    http://shanesbrain.net

== DESCRIPTION:

Ruby API for the MySpace Platform REST API

== FEATURES/PROBLEMS:

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

== SYNOPSIS:

  @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

== LICENSE:

(The MIT License)

Copyright (c) 2008 Shane Vitarana <shanev@gmail.com>, CrimsonJet LLC

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
'Software'), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.