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
Clone the SDK and generate with modified config yourself.
Version
master
Additional Context
NOTE: I think this would be a breaking change for the crate. Since the type of the client would change, anyone setting a client instead of the default would have a type issue and need to wrap it.
Along the lines of this, for a client without middleware added.
Preflight checklist
Ory Network Project
No response
Describe your problem
I'm looking to add trace instrumentation to the Rust Ory client.
Currently this isn't possible as we're missing middleware support.
Describe your ideal solution
Middleware support is available since:
OpenAPITools/openapi-generator#13946
By generating with this option.
https://github.com/openapitools/openapi-generator/blob/master/docs/generators/rust.md#config-options
supportMiddleware: true
Workarounds or alternatives
Clone the SDK and generate with modified config yourself.
Version
master
Additional Context
NOTE: I think this would be a breaking change for the crate. Since the type of the client would change, anyone setting a client instead of the default would have a type issue and need to wrap it.
Along the lines of this, for a client without middleware added.
The text was updated successfully, but these errors were encountered: