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

[TypeScript] Make OpenAPI Generator serialize subclasses properly #102

Merged
merged 2 commits into from
May 28, 2018

Commits on May 18, 2018

  1. Make SwaggerCodeGen serialize subclasses properly (PHNX-859) (#1)

    Motivation
    ----
    Previously, when serializing as subclass of a property, generated swagger clients would only serialize properties of the parent class causing some values to not be pass through
    
    Modifications
    ----
    Before serializing attributes of a given type, we check to see if there is a specific type to be serialized so that we don't miss any properties.
    gbrown-ce authored and gbakerce committed May 18, 2018
    Configuration menu
    Copy the full SHA
    9ea88db View commit details
    Browse the repository at this point in the history
  2. Fix improper whitespace in mustache template (PHNX-859) (#2)

    Motivation
    ----
    OpenAPI Generator upstream requested whitespace fixes (from tabs to 4 spaces)
    
    Modifications
    ----
    Fixed whitespace
    gbrown-ce authored and gbakerce committed May 18, 2018
    Configuration menu
    Copy the full SHA
    1b9925c View commit details
    Browse the repository at this point in the history