issues
search
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
17
forks
source link
feat: Add modify_tables method
#35
Closed
mure
closed
1 year ago
mure
commented
1 year ago
[x] This contribution adheres to
CONTRIBUTING.md
.
What does this Pull Request accomplish?
Adds method for patching multiple tables in one call
BaseClient
takes in base path so clients don't have to manually build the URI
Extracted simple table model to be reduce test verbosity
What testing has been done?
Added two automated tests for
modify_tables
What does this Pull Request accomplish?
BaseClient
takes in base path so clients don't have to manually build the URIWhat testing has been done?
modify_tables