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

Properly generate client code for string and array of string responses #3467

Closed
wants to merge 2 commits into from

Commits on May 15, 2021

  1. Properly generate client code for string and array of string responses

    See Github issues RicoSuter#2384 and RicoSuter#2596.
    
    Attempt to resolve both issues handling plain text and JSON lists by
    checking for the response's schema type. Treat as plaintext if schema
    type is string or marked as produces text/plain content.
    abborg committed May 15, 2021
    Configuration menu
    Copy the full SHA
    0cfae7f View commit details
    Browse the repository at this point in the history

Commits on May 28, 2021

  1. Configuration menu
    Copy the full SHA
    00bbfc8 View commit details
    Browse the repository at this point in the history