Overview
RETS IQ RETS Library is a Java API that allows simple access to RETS servers. The API is designed to allow developers to connect to RETS servers and execute searches, photo downloads, metadata requests and updates without having to deal with the nuts and bolts of the RETS protocol.
The API has a simple interface that allows the developer to process search results while they are being streamed as well providing handlers to either collect all the results or write the results out in a delimited format.
Features
The RETS IQ RETS Library is designed to be simple to use for developers. Providing easy access to the most common usage without bloating the API with every bell and whistle defined in the RETS specification.
If you do need more control then just get in touch and we'll help you with access to our low level API that the RETS Library is built on.
-
RETS 1.0, 1.5 and 1.7 compatible.
-
Implements login, logout, action, search, getObject, getMetadata and update transaction access.
-
Allows custom handling of search responses in a streamed manner allowing for memory efficient applications.
-
Handles multipart getObject responses allowing a single call to pull all the related objects for a listing.
-
Automatically writes getObject responses to a specified directory.
-
Provides a metadata in-memory model to allow developers easy traversal of downloaded metadata.
-
Ability to save and load metadata for caching purposes.
-
Clear and descriptive error messages.
-
Underlying code is part of the RETS IQ code base so is constantly maintained and kept upto date.
News
This is our first public release of the API. So please let us know if you have any questions or have any problems. We'll be more than glad to help and in turn it allows us to provide more information to others that may be having the same issues.