trulia-java-rets-client icon indicating copy to clipboard operation
trulia-java-rets-client copied to clipboard

GetObjectRequest with "*" is broken

Open galdolber opened this issue 10 years ago • 0 comments

The example code from the homepage to get an object is broken for me. req.addObject(id, "*"); // returns a list of the files but when I copy the InputStream to a file the file is empty It works if I specify the position of the photo: req.addObject(id, "1");

galdolber avatar Oct 12 '15 20:10 galdolber