Go to the source code of this file.
|
| const | Cc = Components.classes |
| |
| const | CC = Components.Constructor |
| |
| const | Ci = Components.interfaces |
| |
| const | Cr = Components.results |
| |
| const | Cu = Components.utils |
| |
| const | API_KEY = 'ad68d3b69dee88a912b193a35d235a5b' |
| |
| const | API_SECRET = '5cb0c1f1cceb3bff561a62b718702175' |
| |
| const | API_URL |
| |
| const | CONTRACTID = "@songbirdnest.com/Songbird/webservices/last-fm;1" |
| |
| const | CLASSNAME = "Songbird Last.FM WebService Interface" |
| |
| const | CID = Components.ID("{6582d596-95dd-4449-be8b-7793a15bdfa2}") |
| |
| const | IID = Ci.sbILastFmWebServices |
| |
| function enumerate |
( |
|
enumerator, |
|
|
|
func |
|
) |
| |
| Cu import |
( |
"resource://app/jsmodules/sbProperties.jsm" |
| ) |
|
| function POST |
( |
|
url, |
|
|
|
params, |
|
|
|
onload, |
|
|
|
onerror |
|
) |
| |
| function sbLastFmWebServices |
( |
| ) |
|
| const API_KEY = 'ad68d3b69dee88a912b193a35d235a5b' |
| const API_SECRET = '5cb0c1f1cceb3bff561a62b718702175' |
Initial value:= 'http:
Cu.import("resource://gre/modules/XPCOMUtils.jsm")
Definition at line 37 of file sbLastFmWebServices.js.
| const Cc = Components.classes |
| const CC = Components.Constructor |
| const CID = Components.ID("{6582d596-95dd-4449-be8b-7793a15bdfa2}") |
| const CLASSNAME = "Songbird Last.FM WebService Interface" |
| const CONTRACTID = "@songbirdnest.com/Songbird/webservices/last-fm;1" |
| const Cr = Components.results |
| const Cu = Components.utils |
| const IID = Ci.sbILastFmWebServices |