On April 1, 2021, we are moving all of our QuotaGuard Support Documentation to
https://quotaguard.github.io/qg-docs/
Please Update Your Support Bookmarks
Documentation for this article will be maintained at
https://quotaguard.github.io/qg-docs/quickstart-ruby
Please click on the above link to ensure you are reading
the most recent and updated documentation.
ruby-rets is a Ruby client to allow you retrieve real estate data from RETS servers.
You can easily integrate it with QuotaGuard for IP locked RETS servers:
require "ruby-rets" proxy = URI(ENV["STATICA_URL"]) client = RETS::Client.login(:url => "http://rets.example.com:6103/rets2_1/Login", :username => "<retsuser>", :password => "<rets-password>", :http => { :proxy => { :address => proxy.host, :port => proxy.port, :username => proxy.user, :password => proxy.password } }) p client
We have examples for other common libraries as well, but if you can't find what you are looking for just send us a support ticket and we'll get one sent to you.