Sha256: 7a99f9c2664758307f48257e8c07027a8f403289d61981bbe2f843aedfd9948d

Contents?: true

Size: 1.55 KB

Versions: 5

Compression:

Stored size: 1.55 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
* Continuous Integration: http://runcoderun.com/josephholsten/rets4r
* Code Metrics: http://devver.net/caliper/project?repo=git%3A%2F%2Fgithub.com%2Fjosephholsten%2Frets4r.git

== 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

5 entries across 5 versions & 1 rubygems

Version Path
josephholsten-rets4r-1.1.17 README.rdoc
josephholsten-rets4r-1.1.16 README.rdoc
josephholsten-rets4r-1.1.15 README.rdoc
josephholsten-rets4r-1.1.14 README.rdoc
josephholsten-rets4r-1.1.13 README.rdoc