From 26dd7c03a1e46659ccabe05fa1a5c40871a05d59 Mon Sep 17 00:00:00 2001 From: Reap3r119 Date: Tue, 15 Aug 2017 19:41:50 -0600 Subject: [PATCH] Updated API WebHook (markdown) --- API-WebHook.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/API-WebHook.md b/API-WebHook.md index 6854fbb..48c46e9 100644 --- a/API-WebHook.md +++ b/API-WebHook.md @@ -1,8 +1,8 @@ -The GitBucket api/webhook is designed for compatibility of [the GitHub's it](https://developer.github.com/v3/). +The GitBucket api/webhook is designed for compatibility with [GitHub's implementation](https://developer.github.com/v3/). The API endpoints are reachable under: `http(s)://yourgitbucket/api/v3` -GitBucket does not fully implement the GitHub API/webhook and respects only a subset of parameters. If you find some behavior difference from GitHub, it can be a GitBucket's bug or a feature not yet implemented :). +GitBucket does not fully implement the GitHub API/webhook and respects only a subset of parameters. If you find some behavior different from GitHub, it can be a GitBucket bug or a feature not yet implemented :). ## Authentication