jpfielding / gorets

RETS client in Go
GNU General Public License v3.0
39 stars 23 forks source link

PKG Docs #66

Open dydx opened 5 years ago

dydx commented 5 years ago

Heya, trying to work out how to use this package outside of the CMD and Explorer functionalities, and I'm sort of for want of docs around how to accomplish some basic interactions.

For simple comparison, I'm currently using estately/rets (though I am looking to get off of Ruby)

In their repo, there's a brief examples directory that, while very unhelpful for more complicated interactions, does give some idea for how to start using things.

An example of this would be here: https://github.com/estately/rets/blob/master/example/connect.rb

I'm not a terribly experienced Go developer, so these issues I'm having might just be related to this... though it would be nice to see a relatively straight-forward script that takes in some auth values and a url and gives back a usable session.

Any help around this would be appreciated.

Thanks.