We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0540f61 commit e8f7bcaCopy full SHA for e8f7bca
src/script/primage.m
@@ -12,7 +12,7 @@
12
// uses predefined XML node type:
13
// type XNode = (name:String, attrs:[Symbol : String], elems:[XNode]);
14
15
-APIKEY = "3ca11f62d7c50c6527d0b4fc87916d36";
+APIKEY = ""; // redacted
16
RESTAPI = "http://api.flickr.com/services/rest";
17
SEARCH = RESTAPI + "/?method=flickr.photos.search&api_key=" + APIKEY;
18
GETSIZES = RESTAPI + "/?method=flickr.photos.getSizes&api_key=" + APIKEY;
0 commit comments