devcartel / pyrfa

Open sourced Python API for Refinitiv (Thomson Reuters) Enterprise Platform.
http://devcartel.com/pyrfa
MIT License
50 stars 15 forks source link

Service/Capability list #35

Closed billr916 closed 5 years ago

billr916 commented 6 years ago

Hi, You have the directoryRequest() method which I guess returns service information. Is there any way to access/reference this info.

wiwat-tharateeraparb commented 6 years ago

Currently there is no output data for directoryRequest(). It only logs directory response to the log file. We plan to include this in the future release.

billr916 commented 6 years ago

Hi, Thanks for the prompt response, Great API !!! really useful !!!

wiwat-tharateeraparb commented 6 years ago

Released today PyRFA 8.3.0 directoryRequest() now returns a tuple of service information. See https://github.com/devcartel/pyrfa/blob/master/API.md#directory for more detail.