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.
- Rubygem:
- Mailing List: [email protected] Archive
- Documentation: http://rdoc.info/projects/josephholsten/rets4r
- Source: http://github.com/josephholsten/rets4r
- Dependencies:
- Build Status:
- Coverage:
- Code Climate:
- Ruby >= 1.9.3
- Nokogiri >= 1.3.2
Please see the LICENSE file.
This project was made possible in part by the Contra Costa Association of Realtors®.
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.