bcwik9 / robinhood-on-rails

A web dashboard for the free trading platform Robinhood using Ruby on Rails and a private API
MIT License
151 stars 53 forks source link

Implementing the historical Options orders endpoint. #56

Open AGDoesCode opened 4 years ago

AGDoesCode commented 4 years ago

Any chance we can get this implemented. def get_option_orders @option_orders = get_all_results robinhood_get("#{ROBINHOOD_API_URL}/options/orders/") end

I have never coded in ruby so it's causing some headache but logically it seems very straight forward if you know the language constructs.

Thanks for all the hard work.