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: Adding Workflow Trigger WebAPI Methods #1349

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

lorenzoaiello
Copy link
Contributor

@lorenzoaiello lorenzoaiello commented Nov 14, 2024

This pull request adds support for Web API Methods related to Workflow Triggers:

It also adds a helper method for posting JSON.

@lorenzoaiello lorenzoaiello marked this pull request as ready for review November 14, 2024 19:20
@@ -26,6 +26,12 @@ type SlackResponse struct {
ResponseMetadata ResponseMetadata `json:"response_metadata"`
}

type ResponsePointer struct {
Copy link
Collaborator

Choose a reason for hiding this comment

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

Can we have this PR without this?

I'd love to keep SlackResponse for introducing this feature.

I think I understand the rationale for having these as omitempty but if we introduce this change, I'd rather do it in its own PR and change the SlackResponse instead of a new struct.

What's your take @lorenzoaiello ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants