We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In a more recent commit, this has been added to the dart dio generator: OpenAPITools/openapi-generator@039f0b8
How can I upgrade the library, so it uses > v7.8.0 ?
Generate the library, and only these auth interceptors will be exported:
export 'package:.../src/api.dart'; export 'package:.../src/auth/api_key_auth.dart'; export 'package:.../src/auth/basic_auth.dart'; export 'package:.../src/auth/oauth.dart';
export 'package:.../src/auth/bearer_auth.dart';
should appear as well
No response
macOS
5.0.2
3.24.3
stable
The text was updated successfully, but these errors were encountered:
4304cc9
feat(cli): removed jar binary from library and made the jar downloada…
ecb0e8a
…ble by auto generated config fixes #153
8131e8e
Successfully merging a pull request may close this issue.
Description of the bug
In a more recent commit, this has been added to the dart dio generator:
OpenAPITools/openapi-generator@039f0b8
How can I upgrade the library, so it uses > v7.8.0 ?
Steps to reproduce
Generate the library, and only these auth interceptors will be exported:
export 'package:.../src/api.dart';
export 'package:.../src/auth/api_key_auth.dart';
export 'package:.../src/auth/basic_auth.dart';
export 'package:.../src/auth/oauth.dart';
Expected behavior
export 'package:.../src/auth/bearer_auth.dart';
should appear as well
Logs
No response
Screenshots
No response
Platform
macOS
Library version
5.0.2
Flutter version
3.24.3
Flutter channel
stable
Additional context
No response
The text was updated successfully, but these errors were encountered: