Skip to content

Adds additional option to curl codegen #398

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

Merged
merged 12 commits into from
Oct 29, 2020
Merged

Conversation

webholik
Copy link
Contributor

Created new PR for #251.

someshkoli and others added 9 commits May 18, 2020 01:23
 - Adds quoteType option to getOption function
 - Adds quoteType option to README in available options
 - Adds quoteType in example snippet in README
 - sets the url quote to one provided in options, if not provided
default will be used
 - adds quoteType option to structure
 - adds unit test for single quote quoteType
 - adds unit test for double quote quoteType
 - Changes quoteType values to single/double instead of  '/"
 - Changes quoteType option values in newman/unit test
 - fixes typos in curl/README
 - Changes example in curl/README for new option values
 - Changes description of quoteType option where necessary
@webholik webholik closed this Oct 28, 2020
availableOptions: ['single', 'double'],
type: 'string',
default: 'single',
description: 'String denoting the quote type to use (single or double) for URL'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you think we should also specify when single and double quote are preferable like for line continuation (generally, ...) ? @webholik

@umeshp7 umeshp7 merged commit 29744ea into develop Oct 29, 2020
@umeshp7 umeshp7 deleted the someshkoli-fix/quoteOption branch December 15, 2020 09:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants