We just learned about the need to upgrade to V2 authentication. We have generated a service account, and have a key. The next step is to ?replace? our existing Python client.
I assume we should be using the library here
https://pypi.org/project/lseg-data/
; it shows some examples. Are there a working versions of these examples? Stepping through the library code, it seems to be looking for a config file, and I assume that config file is some particular format. A working example would probably show that, along with other environment-specific configuration.
Thank you.