From e029d797cd7d228e9e9da05f42590ace694d97aa Mon Sep 17 00:00:00 2001 From: nazoking Date: Mon, 1 Aug 2016 14:12:28 +0900 Subject: [PATCH] Updated API WebHook (markdown) --- API-WebHook.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/API-WebHook.md b/API-WebHook.md index e4a2973..0ecb6c4 100644 --- a/API-WebHook.md +++ b/API-WebHook.md @@ -6,9 +6,12 @@ Gitbucket does not implement fully the gitbucket API/webhook and respects only a ## Authentication - Yet, [personal OAUTH token in header](https://developer.github.com/v3/#oauth2-token-sent-in-a-header) and [Basic Authentication (since v4.3)](https://developer.github.com/v3/#basic-authentication). + * [x] [personal OAUTH token in header](https://developer.github.com/v3/#oauth2-token-sent-in-a-header) + * The tokens can be created via the UI, by going into the "Account Settings" menu and selecting the "Applications" tab. + * [x] [Basic Authentication](https://developer.github.com/v3/#basic-authentication) (since v4.3) + * [ ] [OAuth2 Token (sent as a parameter)](https://developer.github.com/v3/#oauth2-token-sent-as-a-parameter) not supported yet. + * [ ] [OAuth2 Key/Secret](https://developer.github.com/v3/#oauth2-keysecret) not supported yet. -The tokens can be created via the UI, by going into the "Account Settings" menu and selecting the "Applications" tab. ## API