ni / nisystemlink-clients-python

Python API for interacting with a SystemLink Server, created and supported by NI.
https://ni.com/systemlink
MIT License
10 stars 14 forks source link

feat: Make DataFrame and Spec clients compatible with SystemLink Client http configuration #61

Closed santhoshramaraj closed 4 months ago

santhoshramaraj commented 4 months ago

What does this Pull Request accomplish?

Add JupyterHttpConfiguration as a fallback configuration for the HttpConfigurationManager. Allows the Clients to authenticate agnostic of the environment they're run from.

Why should this Pull Request be merged?

Enables SystemLink clients to adapt to supported run environments when using the default value for configuration arg like client = DataFrameClient()

What testing has been done?

Manual testing