This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
drummr77 (author)
Tue May 13 11:42:03 -0700 2008
commit 3856fc0f87a836ea62f3890b42ebf2ce8530f682
tree 18f54dac0cc2fedef3944c5b5f58e018d2483547
parent 90cdfd6abbf3914aa2bb5618b74e3f48f6ce65a9
tree 18f54dac0cc2fedef3944c5b5f58e018d2483547
parent 90cdfd6abbf3914aa2bb5618b74e3f48f6ce65a9
spacer /
| name | age | message | |
|---|---|---|---|
| |
History.txt | ||
| |
MIT-LICENSE | ||
| |
Manifest.txt | ||
| |
README.txt | ||
| |
Rakefile | Fri Feb 15 11:49:34 -0800 2008 | |
| |
bin/ | Sat Feb 09 15:16:19 -0800 2008 | |
| |
lib/ | ||
| |
tasks/ | ||
| |
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.








