westonplatter / fast_arrow

(no longer maintained) A simple yet robust (stock+options) API client for Robinhood
MIT License
127 stars 37 forks source link

updated example using auth fetch #91

Closed jwschmo closed 4 years ago

jwschmo commented 5 years ago

Updated the example to fetch stock price using the Stock.fetch function to get the instrument ID. Needs more work to flesh out the concept and potentially re-introduce the quote_by_symbol method.....

westonplatter commented 4 years ago

@jwschmo thanks for the pull request.

I restored functionality to the methods you pointed out, and added a few more changes. I opened a PR based on your changes, https://github.com/westonplatter/fast_arrow/pull/96. How would you feel about me merging that one and closing this one?

I think there's a way for me to merge you PR and close it in 1 operation, but I don't know how to do that :(. My end goal is to merge you code with the code base and get changes I added on https://github.com/westonplatter/fast_arrow/pull/96 merged in too.