Building GitHub integrations with webhooks and REST- GitHub Satellite 2020

Поділитися
Вставка
  • Опубліковано 16 вер 2024
  • Webhooks are valuable tools for powering real-time integrations and workflows in your project’s existing tools. This session will walk through an approach of building a webhook-powered application that acts on events as they take place on GitHub. You will also learn how to use the GitHub REST API through the Octokit SDK to call for additional resources after receiving an event.
    GitHub Satellite: A community connected by code
    On May 6th, we threw a free virtual event featuring developers working together on the world’s software, announcements from the GitHub team, and inspiring performances by artists who code.
    More information: githubsatellit...
    Schedule: githubsatellit...

КОМЕНТАРІ • 9

  • @sol5179
    @sol5179 4 роки тому +8

    Very useful video. Thank you.

    • @carlwilson9456
      @carlwilson9456 2 роки тому +1

      UA-cam videos for Samsung smart tv online

  • @kikip25
    @kikip25 3 роки тому +3

    Is it possible to do the same but with Github Apps instead of create a webhook on github?

    • @jcnarasimhan4218
      @jcnarasimhan4218 2 роки тому

      same question for me too
      Also, how do you dump the webhook payload via API?

  • @alexeponon3250
    @alexeponon3250 3 роки тому +2

    Great!

  • @BEwA4aajIRVCCq5
    @BEwA4aajIRVCCq5 Рік тому

    Googjob

  • @albertopatino7244
    @albertopatino7244 3 роки тому

    I could not find repo :(

    • @Najlabintmustafa
      @Najlabintmustafa 8 місяців тому

      ❤😂🎉😢😮😅😊 ‏‪1:42:38‬‏

  • @williamjamesrapp7356
    @williamjamesrapp7356 4 роки тому

    **QUESTION** How do I get a result from a PAYMENT process ( like STRIPE or PAYPAL ) to Trigger an Event or Function in MY website ?
    I am building a Business Website where in steps ( 1 ) a Customer ( anyone this is not a Subscription nor membership site ) comes to my web site Fills out a Form for DATA SUBMISSION into the Database. ( 2 ) Once the DATA Form is filled out they press NEXT button ( 3 ) they are taken to a 3rd party PAYMENT page where they fill out a payment form and then press SUBMIT ( 4 ) once the SUBMIT button is pressed payment is process ( 5 ) ONLY AFTER PAYMENT IS APPROVED THEN I want the Data to be submitted into the data base.
    **QUESTION** Is STEP # 5 completed with JS or some other language ? *HOW do I complete the process where AFTER PAYMENT IS ACCEPTED from a 3rd party payment processor ( like STRIP or PAYPAL ) THEN the data from the Already filled out data form is submitted into the data base ??* IS A WEBHOOK required to make this possible ? (if so how would one code that ) Is GET, Fetch, or some third party server required ??