From d8c8bd2ee1c6653b68db6380f193f7780eb03244 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matic=20Poto=C4=8Dnik?= Date: Tue, 8 Aug 2017 21:16:39 +0200 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 538f4ac..0be2aea 100644 --- a/API-WebHook.md +++ b/API-WebHook.md @@ -1,6 +1,6 @@ The gitbucket api/webhook is designed for compatibility of [the GitHub's it](https://developer.github.com/v3/). -The API enpoints are reachable under: `http(s)://yourgitbucket/api/v3` +The API endpoints are reachable under: `http(s)://yourgitbucket/api/v3` Gitbucket does not implement fully 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 :). @@ -45,7 +45,7 @@ Gitbucket does not implement fully the GitHub API/webhook and respects only a su * Branches * [List all branches for this repository](https://developer.github.com/v3/repos/branches/#list-branches) (since v4.3) * Contents - * [List all contents of a file or direcotry in this repository](https://developer.github.com/v3/repos/contents/#get-contents) (since v4.3) + * [List all contents of a file or directory in this repository](https://developer.github.com/v3/repos/contents/#get-contents) (since v4.3) * Reference * [Get a reference](https://developer.github.com/v3/git/refs/#get-a-reference) (since v4.3) * Collaborators