Skip to content

josephholsten/rets4r

Repository files navigation

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.

This is the first "native" Ruby RETS library currently available, but there is another available from estately called rets, there is another client resync, which uses ruby bindings to the standard C++ librets, both from the Center for Realtor® Technology.

Links

Requirements

  • Ruby >= 1.9.3
  • Nokogiri >= 1.3.2

License

Please see the LICENSE file.

Acknowledgments

This project was made possible in part by the Contra Costa Association of Realtors®.

Getting Started

Take a look at the [examples/][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, available at the official RETS website.

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