estately / rets

A pure-ruby library for fetching data from RETS servers
https://github.com/estately/rets
127 stars 94 forks source link

A few improvements to getting metadata for DataDictionary feeds. #156

Closed jondruse closed 9 years ago

jondruse commented 9 years ago

Ok I've removed the error rescuing in favor of just being able to provide the array of types to get and It can be the end user's responsibility to avoid types the MLS doesn't provide.

dougcole commented 9 years ago

Cool, thanks @jondruse I like that a lot better. There is a weird edge case where the metadata caching doesn't respect the types argument (it'll just return which ever types you requested the first time), but I don't expect it'll cause problems for many people. I'll merge this and then open an issue to fix that.