Commit cbf4a87
committed
fix: Ensure file uploads use RFC 7578 standard for multipart arrays
See new docs from Speakeasy folks:
https://www.speakeasy.com/docs/speakeasy-reference/generation/gen-yaml#multipartarrayformat
Remove the work around in `MultipartFileFieldFixHook` now that
`multipartArrayFormat: standard` handles RFC 7578 compliance at code
generation time.1 parent 873aa21 commit cbf4a87
File tree
4 files changed
+1
-299
lines changed- .speakeasy
- src/glean/api_client/_hooks
- tests
4 files changed
+1
-299
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | 2 | | |
4 | 3 | | |
5 | 4 | | |
| |||
14 | 13 | | |
15 | 14 | | |
16 | 15 | | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | 16 | | |
21 | 17 | | |
This file was deleted.
0 commit comments