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

Model classes for webhook payloads? #64

Open
sblom opened this issue May 5, 2021 · 3 comments
Open

Model classes for webhook payloads? #64

sblom opened this issue May 5, 2021 · 3 comments
Labels
enhancement New feature or request

Comments

@sblom
Copy link

sblom commented May 5, 2021

I love the explicit model support for API request/response objects, but I haven't been able to find implementations of the Webhook payload classes here (although it seems that other platforms have them). Am I overlooking something?

@StephenJosey
Copy link

Currently none of our SDKs have webhook models/support built in. This is a common ask, but I do not have an ETA on when/if it will come.

@StephenJosey StephenJosey added the enhancement New feature or request label May 5, 2021
@sblom
Copy link
Author

sblom commented Jun 19, 2021

The go SDK does. For now, I just use the swagger metadata to generate my own. Since they're receive-only, they don't need the full builder treatment, etc.

Would y'all entertain a pull request that adds deserialization targets for webhook payloads probably in a separate project with a separate namespace?

@sebastienlabine
Copy link

sebastienlabine commented Oct 20, 2022

@StephenJosey > Currently none of our SDKs have webhook models/support built in. This is a common ask, but I do not have an ETA on when/if it will come.

Any updates? It's a little weird having some payload like OrderCreated and OrderUpdated but nothing for others like customers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants