You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The readme points to v2 docs, but the example is the v1 API.
I'd be happy to send a PR in to update the README if someone would help me understand how the new oauth login is supposed to work.
Thanks for putting this library together. After first trying this, I tried switching to a Python library, but fought python pip installs for 2 hours and gave up. I'd much rather use Go.
The text was updated successfully, but these errors were encountered:
The readme points to v2 docs, but the example is the v1 API.
I'd be happy to send a PR in to update the README if someone would help me understand how the new oauth login is supposed to work.
Thanks for putting this library together. After first trying this, I tried switching to a Python library, but fought python pip installs for 2 hours and gave up. I'd much rather use Go.
How did you solved
go get: github.com/andrewstuart/[email protected] updating to
github.com/andrewstuart/[email protected]: parsing go.mod:
module declares its path as: astuart.co/go-robinhood
but was required as: github.com/andrewstuart/go-robinhood
@thewhisperinyourears - import astuart.co/go-robinhood/v2 and it will do the correct thing. If you use github.com/andrewstewart/go-robinhood, it will fail as you've mentioned.
The readme points to v2 docs, but the example is the v1 API.
I'd be happy to send a PR in to update the README if someone would help me understand how the new oauth login is supposed to work.
Thanks for putting this library together. After first trying this, I tried switching to a Python library, but fought python pip installs for 2 hours and gave up. I'd much rather use Go.
The text was updated successfully, but these errors were encountered: