I am current using the Eikon Data API to retrieve data via Python libraries: refinitiv.dataplatform.eikon and refinitiv.dataplatform. However, this required the Refinitiv Workspace running on same local machine where my Python code is located. What would be the correct API to subscribe to in order to get the same data coverage, but also the ability to access the data via an API that can be called from a hosted server (for example Databricks), without requiring a localhost proxy?