From be9624e2adce7c95039e62fc4ee22538d7fa2d2f Mon Sep 17 00:00:00 2001 From: Joram Wilander Date: Thu, 20 Apr 2017 09:55:02 -0400 Subject: Implement v4 endpoints for OAuth (#6040) * Implement POST /oauth/apps endpoint for APIv4 * Implement GET /oauth/apps endpoint for APIv4 * Implement GET /oauth/apps/{app_id} and /oauth/apps/{app_id}/info endpoints for APIv4 * Refactor API version independent oauth endpoints * Implement DELETE /oauth/apps/{app_id} endpoint for APIv4 * Implement /oauth/apps/{app_id}/regen_secret endpoint for APIv4 * Implement GET /user/{user_id}/oauth/apps/authorized endpoint for APIv4 * Implement POST /oauth/deauthorize endpoint --- api/apitestlib.go | 1 + 1 file changed, 1 insertion(+) (limited to 'api/apitestlib.go') diff --git a/api/apitestlib.go b/api/apitestlib.go index af14ac431..e857a5080 100644 --- a/api/apitestlib.go +++ b/api/apitestlib.go @@ -75,6 +75,7 @@ func Setup() *TestHelper { InitRouter() wsapi.InitRouter() app.StartServer() + api4.InitApi(false) InitApi() wsapi.InitApi() utils.EnableDebugLogForTest() -- cgit v1.2.3-1-g7c22