Commit 9c90908
authored
feat/update-class-run/SDKPY-150 (#58)
* feat: add comprehensive documentation and tests for Run class
Add detailed docstrings for all Run class methods with usage examples and authorization policy references. Include new EmailTestData type for email testing functionality. Implement comprehensive test suite covering all Run methods with mocked API responses.
* docs: update Sphinx documentation for Run class methods
Update RST documentation with detailed method descriptions, usage examples, and authorization policy references. Add EmailTestData type documentation and restructure all Run method docs with consistent formatting and Help Center links.
* feat: make query parameter optional in Run.listUsers method
The query parameter is now optional with an empty dict as default value, making it easier to retrieve all users without specifying query filters.
* feat: update listUsers method to use None as default for query parameter1 parent 1bdc7ce commit 9c90908
5 files changed
Lines changed: 1098 additions & 186 deletions
File tree
- docs/source/Resources/Run
- src/tagoio_sdk/modules/Resources
- tests/Resources
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
319 | 319 | | |
320 | 320 | | |
321 | 321 | | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
322 | 337 | | |
323 | 338 | | |
324 | 339 | | |
| |||
0 commit comments