Giter VIP home page Giter VIP logo

balwebhooks's Introduction

This project contains the following samples written in Ballerina for webhooks:

  1. github - this sample demonstrates a simple webhook listener in Ballerina which prints the special webhook headers and the payload, on webhook notifications from GitHub, for issue creation or comments on issues

  2. paypal - this sample, similar to the github sample, verifies that the payload is from PayPal by checking for a particular PayPal header (for demonstration purposes), prior to printing the payload

  3. github-twitter - this sample demonstrates a simple integration of GitHub webhooks and Twitter using Ballerina, where a Ballerina webhook listener uses the Ballerina twitter-connector to tweet the issue title on notification for the webhook that an issue is created or a comment is added to an issue, in the repository the webhook was added for

  4. pure-ballerina - this sample looks at a pure Ballerina usecase where the "webhook" is registered for a Ballerina service, and the "webhook listener" is also a Ballerina service

  5. websub - this sample looks at a WebSub subscription/subscriber in Ballerina along with a simple webhook-manager (hub) which accepts subscription requests and does the verification of intent for pending subscription requests.

balwebhooks's People

Contributors

maryamzi avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.