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

Webhook APIs are implemented #108

Merged

Conversation

haneeshv
Copy link
Contributor

Purpose

Implement Webhooks API in Sift-PHP

Summary

APIs are implemented for :

  1. Create a webhook
  2. Retrieve a Webhook
  3. List All Webhooks
  4. Update a Webhook
  5. Delete a Webhook

Testing

Changes covered in Unit Test for the above API wrappers (path/test/SiftClientTest.php)

  1. Create a webhook (Real Call)
    image
  2. Retrieve a Webhook
    image
  3. List All Webhooks
    image
  4. Update a Webhook
    image
  5. Delete a Webhook
    image

Checklist

  • The change was thoroughly tested manually
  • The change was covered with unit tests
  • The change was tested with real API calls (if applicable)
  • Necessary changes were made in the integration tests (if applicable)
  • New functionality is reflected in README

Copy link
Contributor

@sbogolii-sift sbogolii-sift left a comment

Choose a reason for hiding this comment

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

LGTM

@viaskal-sift viaskal-sift merged commit 0b1c708 into SiftScience:master Feb 22, 2024
4 checks 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.

None yet

3 participants