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-axios] Implement useSingleRequestParameter option #6288

Commits on May 13, 2020

  1. Changes in mustache file to include new option

    - New options `useSingleRequestParameter` to use a single param for the request, instead of one param per request param.
    codeserk committed May 13, 2020
    Configuration menu
    Copy the full SHA
    3e29eae View commit details
    Browse the repository at this point in the history
  2. Chanes in the documentation

    Include new parameter `useSingleRequestParameter`.
    Default value = `false` to keep compatibility with previous versions.
    codeserk committed May 13, 2020
    Configuration menu
    Copy the full SHA
    f3f8d11 View commit details
    Browse the repository at this point in the history
  3. Include script to generate samples

    Also included script in the script that runs all
    codeserk committed May 13, 2020
    Configuration menu
    Copy the full SHA
    ab019b5 View commit details
    Browse the repository at this point in the history
  4. Generate new samples

    - Previous samples have a minor change (one line is deleted)
    - New sample generated with the new parameter set to true
    codeserk committed May 13, 2020
    Configuration menu
    Copy the full SHA
    f9a2ba3 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2020

  1. Include scripts for windows

    codeserk committed May 14, 2020
    Configuration menu
    Copy the full SHA
    a04325c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c63f134 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2020

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