Commit ca67d8d
committed
- Added query and path parameter serialization from OpenAPI / Swagger
metadata
- Added support for array and object-style query parameters such as
`deepObject`, `pipeDelimited`, and Swagger 2 collection formats
- Added automatic API base URL detection from OAS `servers`
- Added automatic API base URL detection from Swagger 2 `host`, `basePath`,
and `schemes`
- Added operation-level and path-level server overrides when the spec defines
endpoint-specific targets1 parent cfbc395 commit ca67d8d
1 file changed
Lines changed: 7 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
530 | 530 | | |
531 | 531 | | |
532 | 532 | | |
533 | | - | |
| 533 | + | |
534 | 534 | | |
535 | 535 | | |
536 | 536 | | |
| |||
541 | 541 | | |
542 | 542 | | |
543 | 543 | | |
544 | | - | |
| 544 | + | |
| 545 | + | |
| 546 | + | |
| 547 | + | |
| 548 | + | |
545 | 549 | | |
546 | 550 | | |
547 | 551 | | |
| |||
0 commit comments