Commit 53a275e
committed
feat: add
This adds a utility method which allows library consumers to turn a job into a list of file results.
Contrary to what was suggested in #91, this does not add a class `Job` which would have to be instantiated. Therefore, it does not require a hydration of all API call results. Currently, all interactions with jobs and tasks happen through `cloudconvert.jobs` and `cloudconvert.tasks`, so doing this would work, but not be very consistent.
Closes #91.jobs.getExportUrls utility1 parent c0755e2 commit 53a275e
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
| |||
99 | 100 | | |
100 | 101 | | |
101 | 102 | | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
102 | 107 | | |
103 | 108 | | |
104 | 109 | | |
| |||
0 commit comments