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

[REQ][typescript-axios] useSingleRequestParameter should mark parameter optional if all properties are optional #6477

Commits on May 16, 2020

  1. Configuration menu
    Copy the full SHA
    f998e61 View commit details
    Browse the repository at this point in the history
  2. Exclude any from the list of types extracted from anyOf, allOf,…

    … `oneOf`
    
    Exclude if there are other meaningful types
    codeserk committed May 16, 2020
    Configuration menu
    Copy the full SHA
    1e313c7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aaae081 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1694b9e View commit details
    Browse the repository at this point in the history

Commits on May 17, 2020

  1. Configuration menu
    Copy the full SHA
    a24bf82 View commit details
    Browse the repository at this point in the history
  2. Renamed and modified samples

    - Included more examples using `oneOf, `allOf`, `anyOf`
    - Includede examples when types that are translated to `any` are involved (`file`)
    codeserk committed May 17, 2020
    Configuration menu
    Copy the full SHA
    53f099f View commit details
    Browse the repository at this point in the history

Commits on May 28, 2020

  1. Configuration menu
    Copy the full SHA
    01e2e05 View commit details
    Browse the repository at this point in the history
  2. Changes in mustache file

    Set default value to empty object when the `requestParameter` doesn't have any required param
    codeserk committed May 28, 2020
    Configuration menu
    Copy the full SHA
    4795d97 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    85f00d2 View commit details
    Browse the repository at this point in the history
  4. Generate the sample

    codeserk committed May 28, 2020
    Configuration menu
    Copy the full SHA
    2088d58 View commit details
    Browse the repository at this point in the history