You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The generated client configurations from the OpenAPI tool currently do not support the option to use http:FollowRedirects. This limits the ability to control redirect behavior in HTTP client operations, which can be a requirement for some use cases
Steps to Reproduce
Run the following command to generate client and types. bal openapi -i <path-to-openapi-spec>
Check the ClientConfig record in the types.bal file
Version
2201.10.2
Environment Details (with versions)
No response
The text was updated successfully, but these errors were encountered:
Description
The generated client configurations from the OpenAPI tool currently do not support the option to use
http:FollowRedirects
. This limits the ability to control redirect behavior in HTTP client operations, which can be a requirement for some use casesSteps to Reproduce
Run the following command to generate client and types.
bal openapi -i <path-to-openapi-spec>
Check the
ClientConfig
record in thetypes.bal
fileVersion
2201.10.2
Environment Details (with versions)
No response
The text was updated successfully, but these errors were encountered: