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

Added support for Auth params in response/example. #286

Merged
merged 6 commits into from
Sep 9, 2020

Conversation

VShingala
Copy link
Member

@VShingala VShingala commented Aug 26, 2020

This PR will add support for addition of Auth params of request in all corresponding responses. This fixes issue postmanlabs/postman-app-support#7914.

This also fixes issue postmanlabs/postman-app-support#8663 where No Auth was added instead API Key at global level.

As API key now will be set as auth helper this will also fix postmanlabs/postman-app-support#7643

@VShingala
Copy link
Member Author

Also fixes newly reported issue postmanlabs/postman-app-support#9004.

@VShingala VShingala requested review from umeshp7 and abhijitkane and removed request for umeshp7 September 1, 2020 08:59
lib/options.js Outdated
@@ -116,6 +116,15 @@ module.exports = {
external: false,
usage: ['CONVERSION']
},
{
name: 'Include Auth info in Example request',
Copy link
Member

Choose a reason for hiding this comment

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

We should use consistent case here - Include auth info in example requests

The description can be Select whether to include authentication parameters in the example request

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.

API default authorization
2 participants