alpha-xone / xbbg

An intuitive Bloomberg API
https://xbbg.readthedocs.io/
Apache License 2.0
244 stars 51 forks source link

Authenticate with //blp/apiauth #103

Open ssgonell opened 1 year ago

ssgonell commented 1 year ago

When we attempt to connect with app_name, xbbg connects fine but does not actually do the process of authentication using //blp/apiauth service as mentioned in the documentation (see screenshot from Core Developer Guide, section 3.1).

Rblpapi does it as expected, see: https://github.com/Rblp/Rblpapi/blob/master/src/authenticate.cpp

image