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

Support providing parameter values and post body values #95

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

yxl
Copy link

@yxl yxl commented May 4, 2023

The project is awesome!
The pull request want to make the project more perfect by providing the following patches:

  • getEndpointSnippets supports an optional values parameter to provide query parameters. However other 3 types of parameters, such as header, path and cookie are not supported. The pull request extends the values parameter to support other 3 types of parameters.
  • Considering postBody is another commonly used way to pass parameters, the pull request support the set the postBody values as well.
  • In addition, the pull request updates the test.js to cover the patches and all tests has been passed.

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.

1 participant