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: Generator for paged-queries #75

Open santhoshramaraj opened 3 weeks ago

santhoshramaraj commented 3 weeks ago

What does this Pull Request accomplish?

Adds generator variant for paged-queries to simplify usage in loops.

Why should this Pull Request be merged?

Simplify the way users invoke paged-queries without the burden of handling continuation_token.

What testing has been done?

Automated integration tests.

santhoshramaraj commented 3 weeks ago

@mure , Generator concept implementation for query_tables and example usage