Project

rets4r

0.05
No commit activity in last 3 years
No release in over 3 years
There's a lot of open issues
RETS4R is 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.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

~> 1.4.3.0
 Project Readme

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.