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: add spec client, examples, and docs #53

Closed adamarnesen closed 6 months ago

adamarnesen commented 8 months ago

What does this Pull Request accomplish?

Add a client for the new specification /nispec module. This client includes create, update, delete, and query routes for specification management.

Why should this Pull Request be merged?

The spec service is core functionality of SystemLink. Adding this client allows users to easily access specification data.

What testing has been done?

Automatic tests are added that run against an SLE environment. All tests are passing locally