bpsmith / tia

Toolkit for integration and analysis
BSD 3-Clause "New" or "Revised" License
408 stars 163 forks source link

ignore security error #20

Open mkramer0820 opened 7 years ago

mkramer0820 commented 7 years ago

Great job wtih this project. Just curious, i have been exploring the data manager, and while running it got a Security Error sing the datamanager. I see you can ingnore this error under the v3api but can this be ignored when pulling reference data, historical data, or both data points in the datamanager?

STguerin commented 7 years ago

there is a ignore_security_error arguments available in all Request Class. in other words, just add ignore_security_error=1 to your calls. You need at least 1 good security for this to work.