Rosetta Code/Find unimplemented tasks: Difference between revisions

m
Update the API URL to reflect the new wiki engine
m (→‎{{header|J}}: bring current the example "first four unimplemented tasks in J")
m (Update the API URL to reflect the new wiki engine)
Line 1,319:
 
var
name = "http://www.rosettacode.org/mww/api.php?action=query&list=categorymembers&cmtitle=Category:$#&cmlimit=500&format=xml" % encodeUrl(category)
cmcontinue = ""
client = newHttpClient()
1

edit