josephholsten / rets4r

Merging the many rets4r projects out there

This URL has Read+Write access

rets4r /
name age message
file .document Wed Nov 25 04:28:27 -0800 2009 Fix rdoc reference (Joseph Holsten) * README:... [josephholsten]
file .gitignore Mon Nov 16 00:05:29 -0800 2009 Merge with bgetting [josephholsten]
file CHANGELOG Loading commit data...
file CONTRIBUTORS Wed Nov 25 04:28:27 -0800 2009 Fix rdoc reference (Joseph Holsten) * README:... [josephholsten]
file GPL Sun Nov 15 08:27:58 -0800 2009 fixup tabs and newlines [josephholsten]
file LICENSE Mon Nov 16 00:05:29 -0800 2009 Merge with bgetting [josephholsten]
file README.rdoc
file RUBYS Sun Nov 15 08:27:58 -0800 2009 fixup tabs and newlines [josephholsten]
file Rakefile
file TODO Mon Nov 16 01:23:50 -0800 2009 Added some docs, todos [josephholsten]
file VERSION.yml Wed Nov 25 04:08:41 -0800 2009 Version bump to 1.1.13 [josephholsten]
directory examples/ Mon Nov 16 01:55:11 -0800 2009 Merge example settings into a config file * ex... [josephholsten]
directory lib/ Mon Nov 16 01:11:31 -0800 2009 Reorganize tests so they are more independant a... [josephholsten]
file rets4r.gemspec
directory test/
README.rdoc

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 (www.crt.realtors.org/projects/rets/librets/).

Links

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¨ (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 www.rets.org.

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