Sha256: 996d7d18cf4917db03dabc85b54d50e4b87b8c0bf6adc5fcad939207921f6fb4

Contents?: true

Size: 1.38 KB

Versions: 2

Compression:

Stored size: 1.38 KB

Contents

= RETS4R

RETS4R provides a native Ruby interface to the RETS (Real Estate
Transaction Standard). It currently is built for the 1.5 specification,
but support for 1.7 and 2.0 are planned. It does not currently implement
all of the specification, but the most commonly used portions.
Specifically, there is no support for Update transactions.

While this is the only "native" Ruby RETS library currently available
(to my knowledge), there is another client written in C++ with Ruby
bindings available from the Center for Realtor¨ Technology
(http://www.crt.realtors.org/projects/rets/librets/).

== Links

* Source: http://github.com/josephholsten/rets4r
* Documentation: http://rdoc.info/projects/josephholsten/rets4r

== Requirements

* Ruby 1.8.4

== License

Please see the LICENSE file.

== Acknowledgments

This project was made possible in part by the Contra Costa Association of
Realtors¨ (http://www.ccartoday.com).

== Getting Started

Take a look at the examples directory. You'll find it more helpful than
the unit tests because the unit tests work off of local files and mock
objects, rather than making real transaction calls.

Due to the nature of this library, it is HIGHLY recommended that you
have at least a basic understanding of the RETS protocol. The official
RETS website is http://www.rets.org.

Most of the time, you will be either searching for resources or getting
objects, so begin there.

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
rets4r-1.1.18 README.rdoc
jschairb-rets4r-1.1.18 README.rdoc