Saturday, April 02, 2011 at 9:08 PM.

radio2Suite.testing.getFeedList

<<Changes
	<<1/8/11; 10:16:46 AM by DW
		<<Created. 
local (apiurl = "http://my.reallysimple.org/api/feedList");
local (username = config.radio2.users.dave.prefs.security.username);
local (password = config.radio2.users.dave.prefs.security.password);
local (s = tcp.httpReadUrl (apiurl, 3, false, username, password, adrcode:@code));
json.compile (s, @scratchpad.jstruct);
dialog.alert (s)



This listing is for code that runs in the OPML Editor environment. I created these listings because I wanted the search engines to index it, so that when I want to look up something in my codebase I don't have to use the much slower search functionality in my object database. Dave Winer.