opendoor-labs / rets

RETS Python 3 Client
MIT License
89 stars 43 forks source link

Add HTTP Method GET Support for RETS Transactions. #39

Closed erinus closed 5 years ago

erinus commented 5 years ago

Add HTTP Method GET Support for RETS Transactions.

Tested POST support successfully with CRMLS. Tested GET support successfully with SFARMLS.

SFARMLS use only GET for Login Transaction, but GET and POST are both supported for GetMetadata / GetObject.

erinus commented 5 years ago

Sould I do some modification for merge approving? Could you give me guidance to pass it? Thanks.

blakeembrey commented 5 years ago

@erinus Let me review and land this tomorrow for you 😄

blakeembrey commented 5 years ago

@erinus Sorry for the delay, I've picked your branch and make additional changes in https://github.com/opendoor-labs/rets/pull/44. Please let me know if you'd prefer I didn't land the changes since you closed this PR.