-
Notifications
You must be signed in to change notification settings - Fork 158
Description
In client.py the suppress_warnings flag returns a warning ...Swap out url for https://api.plaid.com... if not set to True upon client initialization. After reviewing the code it seems this flag must be set to True in order to use the development environment. However, I don't see it mentioned anywhere else in the code.
Perhaps this flag could be named something more indicative of its purpose. I am not clear if I am actually suppressing warnings the api would have returned otherwise. Also, the url contained in the warning message is a bit unclear. I believe the urls follow an https://environment.plaid.com scheme, so I am not sure why it mentions swapping out the url for https://api.plaid.com.
I may be missing something so if anyone can provide clarification on this or point me to any documentation where it is mentioned I will close the issue. Thanks for all your work on the client.