Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make it easy to use the clients with SystemLink client application #59

Closed
santhoshramaraj opened this issue May 1, 2024 · 1 comment · Fixed by #61
Closed

Make it easy to use the clients with SystemLink client application #59

santhoshramaraj opened this issue May 1, 2024 · 1 comment · Fixed by #61
Labels
enhancement New feature or request

Comments

@santhoshramaraj
Copy link
Member

When run on a SystemLink server, the Clients are intelligent enough to automatically pick the URI and API Key, but the same doesn't apply when the code is run on a remote system with a SystemLink client application connected to a SystemLink.

The following snippet works only when running the server

from nisystemlink.clients.dataframe import DataFrameClient
client = DataFrameClient()

image

The following snippet is required to work on the client

from nisystemlink.clients.dataframe import DataFrameClient
from nisystemlink.clients.core import HttpConfigurationManager
client = DataFrameClient(HttpConfigurationManager.get_configuration())
@santhoshramaraj
Copy link
Member Author

Addressed as part of PR #61

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
1 participant