Configuring requests for non-fully-OpenAPI-compliant APIs #7421
|
I guess the correct answer here is to ensure the server follows the OpenAPI spec to the letter, but often that's unrealistic. For example, Kiota url-encodes path parameters. Hypothetical Web API Acme provides the I've found workarounds, like using a Maybe I've missed that Kiota already provides this kind of flexibility? |
Replies: 1 comment
|
I suppose I can answer myself by pointing to middleware. |
I suppose I can answer myself by pointing to middleware.