====
     g3-java-client, a Menalto Gallery3 Java Client API
     URLs: https://github.com/anthonydahanne/ReGalAndroid , http://blog.dahanne.net
     Copyright (c) 2010 Anthony Dahanne
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
     the Free Software Foundation; either version 3 of the License, or
     (at your option) any later version.

     This program is distributed in the hope that it will be useful,
     but WITHOUT ANY WARRANTY; without even the implied warranty of
     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
     GNU General Public License for more details.

     You should have received a copy of the GNU General Public License
     along with this program. If not, see <http://www.gnu.org/licenses/>.
====

----------Item remote api examples
https://github.com/gallery/gallery3/blob/master/modules/gallery/helpers/item_rest.php
#get the item 172
http://g3.dahanne.net/index.php/rest/item/172?output=html


----------Items remote api examples
https://github.com/gallery/gallery3/blob/master/modules/gallery/helpers/items_rest.php
#get the items 4 and 5
http://g3.dahanne.net//index.php/rest/items?urls=[%22http://g3.dahanne.net/index.php/rest/item/4%22,%22http://g3.dahanne.net/index.php/rest/item/5%22]%20&output=html

#get the items 173,178,179 and 180, but only the photos items among them
http://g3.dahanne.net//index.php/rest/items?urls=[%22http://g3.dahanne.net/index.php/rest/item/173%22,%22http://g3.dahanne.net/index.php/rest/item/178%22,%22http://g3.dahanne.net/index.php/rest/item/179%22,%22http://g3.dahanne.net/index.php/rest/item/180%22]%20&type=photo&output=html
