initial git commit of imapi

This commit is contained in:
2019-04-21 08:15:22 -06:00
commit a4cbf79f57
13 changed files with 325 additions and 0 deletions

3
libs/j/getImageList Normal file
View File

@@ -0,0 +1,3 @@
function getImageList(api_url, gallery) {
getData(api_url+"?gg!"+gallery,putImageList);
}