You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- 应当填入可用的REST API Endpoint。例如 `https://api.github.com/`
30
+
- ⚠️url应当以`/`结尾
31
+
-**Auth Token(s)** (Personal Access Token)
32
+
- 如何创建**personal access token**,请参考官方文档[GitHub Docs on Personal Tokens](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token)
If you have a need for more api rate limits, you can set many tokens in the config file and we will use all of your tokens.
35
-
36
-
NOTE: You can get 15000 requests/hour/token if you pay for `GitHub` enterprise.
37
22
38
23
## Configuration
39
24
@@ -44,10 +29,18 @@ The connection aspect of the configuration screen requires the following key fie
44
29
- ⚠️ Defaults to "**Github**" and may not be changed.
45
30
-**Endpoint URL** (REST URL, starts with `https://` or `http://`)
46
31
- This should be a valid REST API Endpoint eg. `https://api.github.com/`
32
+
- ⚠️ URL should end with`/`
47
33
-**Auth Token(s)** (Personal Access Token)
34
+
- For help on **Creating a personal access token**, please see official [GitHub Docs on Personal Tokens](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token)
48
35
- Provide at least one token for Authentication with the . This field accepts a comma-separated list of values for multiple tokens. The data collection will take longer for GitHub since they have a **rate limit of 2k requests per hour**. You can accelerate the process by configuring _multiple_ personal access tokens.
36
+
37
+
"For API requests using `Basic Authentication` or `OAuth`, you can make up to 5,000 requests per hour."
49
38
50
-
For help on **Creating a personal access token**, please see official [GitHub Docs on Personal Tokens](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token)
Copy file name to clipboardExpand all lines: plugins/gitlab/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,7 @@ The connection aspect of the configuration screen requires the following key fie
23
23
- ⚠️ Defaults to "**Gitlab**" and may not be changed.
24
24
-**Endpoint URL** (REST URL, starts with `https://` or `http://`)
25
25
- This should be a valid REST API Endpoint eg. `https://gitlab.example.com/api/v4/`
26
+
- ⚠️ URL should end with`/`
26
27
-**Personal Access Token** (HTTP Basic Auth)
27
28
- Login to your Gitlab Account and create a **Personal Access Token** to authenticate with the API using HTTP Basic Authentication.. The token must be 20 characters long. Save the personal access token somewhere safe. After you leave the page, you no longer have access to the token.
0 commit comments