GitXplorerGitXplorer
t

rtunesu

public
8 stars
1 forks
0 issues

Commits

List of commits on branch master.
Unverified
d880bcefd5ad23f10c326f0f7bf8940194056b78

Version bump to 0.4.2

ttrek committed 15 years ago
Unverified
cb0976c9cf64ae902684fbba2c0859dfeb14fabe

Group and ExternalFeed objects require specific serialization order. NOTE: this is retarded.

ttrek committed 15 years ago
Unverified
49b1bea8ea808e409e57b95ad46489c9dfb7e9fd

better handling of has-a association setting

ttrek committed 15 years ago
Unverified
3e7993dce26a25125dea279166c53753992564bf

added hooks for specific XML building before and after edits

ttrek committed 15 years ago
Unverified
866853a4f9bde6a23ddc724afa56b27a43386062

HasA Associations read from edits or build object a new (like composed attributes)

ttrek committed 15 years ago
Unverified
94c31795a9327916effcc0af98616c054f001224

HasA Association returns nil if unset instead of blank object

ttrek committed 15 years ago

README

The README file for this repository.

= RTunesU

== DESCRIPTION: RTunesU is a ruby library for accessing Apple's iTunes U Webservices to integrate your education institutions iTunes U account into ruby applications. iTunes U's Webservices interface is fairly primitive by today's standards for XML based APIs. Some known flaws of iTunes U

  • No arbitrary search
  • Queries for missing objects may return an XML document representing the entire institution instead of returning an error (rdar://7253913)
  • No ability to directly find Tracks (rdar://7254419)
  • Does not follow REST principles
  • Does not use HTTP status codes meaningfully

== FEATURES/PROBLEMS:

  • TODO: file uploading

== SYNOPSIS: see the wiki for more information on using RTunesU: http://github.com/trek/rtunesu/wikis

== REQUIREMENTS: RTunesU depends on the ruby-hmac, hpricot, and builder libraries. These should all install automatically as dependencies when installing RTunesU

== INSTALL: RTunesU install via rubygems with gem instal rtunesu

== LICENSE:

(The MIT License)

Copyright (c) 2008 Trek Glowacki

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.