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/getGalleries Normal file
View File

@@ -0,0 +1,3 @@
function getGalleries(api_url) {
getData(api_url+"?lg",putGalleries);
}