Commit 9ebcedb
authored
Recently we've introduced new endpoint:
`/v2/actor-builds/:buildId/openapi-specification`
**This PR adds this endpoint to BuildClient**
P.S. The link to the documentation is correct, but docs are not yet
merged into production. I'll merge this PR after the docs are merged.
1 parent 41b2391 commit 9ebcedbCopy full SHA for 9ebcedb
1 file changed
+34Lines changed: 34 additions & 0 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- src/apify_client/clients/resource_clients
Expand file treeCollapse file tree
Open diff view settings
Collapse file
src/apify_client/clients/resource_clients/build.py
Copy file name to clipboardExpand all lines: src/apify_client/clients/resource_clients/build.py+34Lines changed: 34 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
43 | 43 | |
44 | 44 | |
45 | 45 | |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
46 | 63 | |
47 | 64 | |
48 | 65 | |
| ||
103 | 120 | |
104 | 121 | |
105 | 122 | |
| 123 | + |
| 124 | + |
| 125 | + |
| 126 | + |
| 127 | + |
| 128 | + |
| 129 | + |
| 130 | + |
| 131 | + |
| 132 | + |
| 133 | + |
| 134 | + |
| 135 | + |
| 136 | + |
| 137 | + |
| 138 | + |
| 139 | + |
106 | 140 | |
107 | 141 | |
108 | 142 | |
|
0 commit comments