Skip to content
New issue

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

[dart][dio] Nullable parameters & defaults for header/query parameters #10147

Merged
merged 1 commit into from
Aug 15, 2021

Commits on Aug 13, 2021

  1. [dart][dio] Nullable parameters & defaults for header/query parameters

    * respect the nullable flag for all parameters (except path params where this is not allowed)
    * generate default values for header and query parameters that are not collections
    * we can not handle default values for collection with built_value atm. (not const)
    * we can not handle default values for form/body parameters atm. as those can be enums which we can not construct easily
    kuhnroyal committed Aug 13, 2021
    Configuration menu
    Copy the full SHA
    f8c36a7 View commit details
    Browse the repository at this point in the history