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

[cpp-rest-sdk-client] Serialize boolean parameters as true/false instead of 1/0 #10554

Merged
merged 12 commits into from
Oct 13, 2021

Commits on Aug 11, 2021

  1. Configuration menu
    Copy the full SHA
    07c8714 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    640693b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7ba1e08 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2021

  1. Configuration menu
    Copy the full SHA
    1a48b2c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b963b9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7d8f842 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    44e8dcf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4c7a93b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    45210b2 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2021

  1. A new overloaded version of parameterToString method is added to the …

    …ApiClient class (mustache file) of cpp-rest-sdk-client generator. This new overload accepts bool value and is added to serialize bool values as boolapha instead of integer representation.
    shayan-eftekhari committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    6417693 View commit details
    Browse the repository at this point in the history
  2. A new overloaded version of parameterToString method is added to the …

    …ApiClient class (mustache file) of cpp-rest-sdk-client generator. This new overload accepts bool value and is added to serialize bool values as boolapha instead of integer representation.
    shayan-eftekhari committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    c64c7e3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3412aa6 View commit details
    Browse the repository at this point in the history