Backbone.js helper for API requests to the iTunes service
Using Bower:
bower install backbone.api.itunes
The namespace used for this extension is Backbone.API.iTunes, and everything lives under that
Backbone.API.iTunes
|- Models
| |- Item
|
|- Collections
|- Search
|- Lookup
Optionally, the namespace is mapped to the global iTunes, in which case the Backbone.API. prefix can be left out.
Look into the examples folder for the code.
Created by Makis Tracend ( @tracend )
- Originally used in Amigame
Released under the MIT license