rets-client
Advanced tools
Changelog
4.4.0
Added a new parserEncoding
param for client.search.query()
and client.search.stream.query()
calls. UTF-8 is the
default value, so this is to support RETS servers using ISO-8859-1 or some other encoding.
Changelog
4.3.0
Added support for TimeZoneOffset and Comments in the metadata.getSystem()
call response.
Changelog
4.1.0
Added client configuration option to use POST instead of GET for all requests, as this seems to work better for some RETS servers. See the Example Usage.