GET a remote URL. The first argument is the URL you wish to GET from. The second argument is an Object containing the key/value pairs that you wish to send as parameters. You can optionally pass a third and fourth argument which respresent the username and password to access the URL you are GET'ing from.
If possible an E4X object is returned.
For example:
var myUrl = 'http://flickr.com/services/feeds/photos_public.gne';
var myText = zimki.remote.getXML( myUrl, { format: 'rss_200' } );
Parent
zimki.remote
|