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

Adds additional option to nodejs-request to generate code gor SDK generator #282

Open
wants to merge 5 commits into
base: feature/sdk-generation
Choose a base branch
from

Commits on Jun 7, 2020

  1. Adds option for additional snippets for SDK generator

     - Adds option SDKGEN_enabled
     - Adds addition snippets (if SDKGEN_enabled is true)
     - Adds test for extra snippets
     - Updates README for nodejs-request with new option
    someshkoli committed Jun 7, 2020
    Configuration menu
    Copy the full SHA
    9b6ddc8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    46e5d95 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2020

  1. Modifies function of SDKGEN_enabled option:

     - import statements in snippets are added only if SDKGEN_enabled is disabled
     - changes test for SDKGEN_enabled option
    someshkoli committed Jun 8, 2020
    Configuration menu
    Copy the full SHA
    937dfe0 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2020

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

Commits on Aug 3, 2020

  1. Fixes issue with usage of double quote

     - force uses single quote throughout the generate sdk
    someshkoli committed Aug 3, 2020
    Configuration menu
    Copy the full SHA
    18b07c7 View commit details
    Browse the repository at this point in the history