Commit 1436510
committed
feat(api): add List Strings on Workflow Step method
This commit implements API endpoint to list strings on workflow steps with full test coverage:
Add list_workflow_step_strings method with query parameters support
Implement path helper get_workflow_step_strings_path
Add parameterized tests covering basic usage, full parameters and edge cases
Add mock tests for API request validation
Ensure all test cases follow existing patterns in the codebase
Follow Crowdin Enterprise API specification
Closes #1841 parent d5eaf8f commit 1436510
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
40 | 41 | | |
41 | 42 | | |
42 | 43 | | |
| |||
70 | 71 | | |
71 | 72 | | |
72 | 73 | | |
| 74 | + | |
73 | 75 | | |
74 | 76 | | |
75 | 77 | | |
| |||
86 | 88 | | |
87 | 89 | | |
88 | 90 | | |
| 91 | + | |
89 | 92 | | |
90 | 93 | | |
91 | 94 | | |
| |||
0 commit comments