Skip to content

Commit 5e5f334

Browse files
docs: Added README."en".md translation via https://github.com/dephraiim/translate-readme
1 parent 4a763b9 commit 5e5f334

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.en.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@ The endpoints with the 🔒 icon in the interface document need to carry the API
3131

3232
> Generate API Token
3333
34-
The steps to obtain API Token are also very simple, you only need to log in to our user backend[Stay tuned](https://tikhub.io/users/api_keys), then click on the left`API Keys`You can generate your own API Token, and at the same time, you can customize the permissions of the API Token (`Scopes`), you can also set the expiration date of the API Token (`Expire Date`), you can also manually temporarily close the API Token (`Status`)。
34+
The steps to obtain API Token are also very simple. You only need to log in to our user backend.[Stay tuned](https://tikhub.io/users/api_keys), then click on the left`API Keys`You can generate your own API Token, and at the same time, you can customize the permissions of the API Token (`Scopes`), you can also set the expiration date of the API Token (`Expire Date`), you can also manually temporarily close the API Token (`Status`)。
3535

3636
> Used on the API documentation web page
3737
3838
After you complete the above steps, you can copy your API Token, then return to our Swagger UI web page and click the green on the right side of the page`Authorize`, and then at the bottom of the pop-up window`Value`Paste the API Token in the input box to complete the authentication.
3939

4040
> Used in HTTP requests
4141
42-
If you want to carry the API Token in the HTTP request, please read the format below carefully, and you need to carry an API token in the request header.`Authorization`Field, below I will give an example of JSON as header:
42+
If you want to carry the API Token in the HTTP request, please read the format below carefully, and you need to carry a called`Authorization`Field, below I will give an example of JSON as header:
4343

4444
{
4545

@@ -49,7 +49,7 @@ If you want to carry the API Token in the HTTP request, please read the format b
4949

5050
> Remark
5151
52-
Please do not share your API Token, as this may cause you property damage and other problems. We strongly recommend using a different API Token for each of your projects, and don’t forget to check the corresponding box when creating the API Token.`Scopes`, otherwise you will encounter insufficient permissions when requesting.
52+
Please do not share your API Token, as this may cause you to lose property and other problems. We strongly recommend using a different API Token for each of your projects, and don’t forget to check the corresponding box when creating the API Token.`Scopes`, otherwise you will encounter insufficient permissions when requesting.
5353

5454
* * *
5555

0 commit comments

Comments
 (0)