RAPTOR v18.4: Исправлена отчетность, активированы выходные
This commit is contained in:
15
invest-python-master/examples/users/get_bank_accounts.py
Normal file
15
invest-python-master/examples/users/get_bank_accounts.py
Normal file
@@ -0,0 +1,15 @@
|
||||
import os
|
||||
|
||||
from t_tech.invest import Client
|
||||
|
||||
|
||||
def main():
|
||||
token = os.environ["INVEST_TOKEN"]
|
||||
|
||||
with Client(token) as client:
|
||||
response = client.users.get_bank_accounts()
|
||||
print(response)
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
Reference in New Issue
Block a user