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

feat: add option to display verb in webhooks #1994

Merged
merged 5 commits into from
May 11, 2022

Conversation

AlexVarchuk
Copy link
Collaborator

@AlexVarchuk AlexVarchuk commented May 11, 2022

What/Why/How?

  • add new options showWebhookVerb for displaying the request method in webhooks.
  • add using ts-node in cli test for the ability to run tests without compiling cli

fixes: #1616

Reference

Testing

Screenshots (optional)

Screenshot 2022-05-11 at 14 23 28

Check yourself

  • Code is linted
  • Tested
  • All new/updated code is covered with tests

@AlexVarchuk AlexVarchuk requested a review from a team as a code owner May 11, 2022 08:43
@AlexVarchuk AlexVarchuk self-assigned this May 11, 2022
@AlexVarchuk AlexVarchuk requested review from zalesky, anastasiia-developer, Oprysk and RomanHotsiy and removed request for a team May 11, 2022 08:43
@zalesky
Copy link
Contributor

zalesky commented May 11, 2022

Need to document showWebhookVerb at least in Readme.md and somewhere here I believe

README.md Outdated Show resolved Hide resolved
@RomanHotsiy
Copy link
Member

HTTP verb should use all uppercase to be consistent with other usages (in sidebar, right panel, etc).

Otherwise, good! Clever idea!

@AlexVarchuk AlexVarchuk merged commit 311d2ce into master May 11, 2022
@AlexVarchuk AlexVarchuk deleted the feat/add-option-to-display-verb-in-webhooks branch May 11, 2022 16:13
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.

Webhooks (documented with x-webhooks) do not show the request verb
6 participants