Skip to content

Releases: opendoor-labs/rets

v0.3.5

07 Jun 22:15
Compare
Choose a tag to compare
  • Instantiate a RetsClient from the metadata, capability URLs, and session cookie saved from a previously logged in client

v0.3.1

24 Mar 00:42
Compare
Choose a tag to compare
  • Use post everywhere for http requests
  • Use session and save the cookie
  • Fix some data types, namely for lookup values, and assume lookup values are strings
  • Throw exception if we see a nonzero rets-status: This was the original behavior, but certain code paths such as search can have an additional rets-status that should be used instead of the top level one. We added parsing for this new status

v0.3.0

28 Jan 02:34
Compare
Choose a tag to compare
  • Removes dependencies on beautifulsoup and lxml
  • Implements user agent digest authentication
  • RetsHttpClient infers the RETS server's base url from the full login url
  • parse_multipart ignores parts with 20403 No Object Found errors

v0.1.0

10 Dec 00:06
Compare
Choose a tag to compare

Initial release