Note the RH auth/account requirements for usage

kivy_mainline_and_py3.8
Tyler Goodlet 2019-02-04 00:15:10 -05:00
parent e91a50a1ba
commit 5dac8fa44d
1 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,9 @@
"""
Robinhood API backend.
WARNING: robinhood now requires authenticated access to use the quote
endpoints (it didn't originally). We need someone with a valid US
account to test this code.
"""
from functools import partial
from typing import List