<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Github on 极客老墨</title>
    <link>https://blog.hankmo.com/tags/github/</link>
    <description>Recent content in Github on 极客老墨</description>
    <generator>Hugo -- 0.138.0</generator>
    <language>zh-cn</language>
    <lastBuildDate>Tue, 02 Jul 2019 11:13:29 +0000</lastBuildDate>
    <atom:link href="https://blog.hankmo.com/tags/github/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>使用Github的Webhook实现代码库与应用的交互</title>
      <link>https://blog.hankmo.com/posts/tech/github-webhook/</link>
      <pubDate>Tue, 02 Jul 2019 11:13:29 +0000</pubDate>
      <guid>https://blog.hankmo.com/posts/tech/github-webhook/</guid>
      <description>Webhook，翻译过来可以称为网络钩子，用来将Github上的一系列事件信息回传到某一回调地址上，从而完成与外部应用的交互，它是github提供的一种与外部交互的入口。Github上提供了很多交互事件，当某一事件被触发后，如果设置了Webhook的回调地址，Github将会通过HTTP POST请求将事件信息发送到回调地址上，回调处理应用通过接收事件信息然后实现自身的业务需求。</description>
    </item>
  </channel>
</rss>
