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 (
Sam Pohlenz (author)
Thu Apr 17 09:20:04 -0700 2008
commit a15d28fbef43ce989562f134474a3a0f754c632a
tree 15f49d5274ea6281e66e22eb79a70b66eb44796b
parent cc4870eae88c394aa1a8ab6515d99062600fe391
tree 15f49d5274ea6281e66e22eb79a70b66eb44796b
parent cc4870eae88c394aa1a8ab6515d99062600fe391
README
iTunes Link Maker ================= A Ruby interface to generate iTunes URLs from http://apple.com/itunes/linkmaker. Usage (non-affiliate): ---------------------- >> require 'itunes_link_maker' >> results = ItunesLinkMaker.search('my favourite track') => [ array of results ] >> results[0].url => "http://...." >> results[0].name => "My Favourite Track" >> result = ItunesLinkMaker.quick_search('my favourite track') => first result from above >> result.url => "http://...." Usage (affiliate): ------------------ >> require 'itunes_link_maker' >> ItunesLinkMaker.default_options['partnerId'] = XXX >> ItunesLinkMaker.default_options['LS_PARAM'] = 'http://click.linksynergy.com/fs-bin/stat?id=XXXXXXXX&offerid=XXXXX&type=X&subid=X&tmpid=XXXX&RD_PARM1=' >> results = ItunesLinkMaker.search('my favourite track') => [ array of results using affiliate url ] Copyright (c) 2008 Sam Pohlenz <sam@sampohlenz.com>, released under the MIT license








