Skip to content
This repository was archived by the owner on Nov 15, 2024. It is now read-only.

Conversation

sanjubhambhani
Copy link
Contributor

FIX #45

handler: () => {},
}

export default command
Copy link
Contributor

Choose a reason for hiding this comment

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

cool

}

export interface Webhook {
id: string
Copy link
Contributor

Choose a reason for hiding this comment

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

Should this be

Suggested change
id: string
webhook_id: string

?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

good catch, thanks! will update shortly.

@codetheweb codetheweb merged commit b574d56 into main Jul 7, 2022
@codetheweb codetheweb deleted the webhooks branch July 7, 2022 15:36
github-actions bot pushed a commit that referenced this pull request Jul 7, 2022
# [4.2.0](seamapi/javascript@v4.1.0...v4.2.0) (2022-07-07)

### Features

* Implemented webhooks endpoints ([#47](seamapi/javascript#47)) ([b574d56](seamapi/javascript@b574d56))
@github-actions
Copy link

github-actions bot commented Jul 7, 2022

🎉 This PR is included in version 4.2.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Implement endpoint for Webhooks

3 participants