josephholsten / rets4r

Bringing RETS to ruby
MIT License
52 stars 28 forks source link

allowing for Basic authentication #15

Closed kidbrax closed 13 years ago

kidbrax commented 13 years ago

Needed to add ability to use Basic authentication since some MLS Boards use it.

Also, changed xml parser to Nokogiri since it better handled poor xml received from some boards.

I see you guys are using Nokogiri in some places already. What are the plans for the parser?