Skip to content

Commit b61b600

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents ff410dd + f6254c1 commit b61b600

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
@@ -51,7 +51,7 @@ Of course, we have used Swagger UI by default to display our API documents. You
5151

5252
#### **Authentication**
5353

54-
> 简介
54+
> Introduction
5555
5656
The endpoints with the 🔒 icon in the interface document need to carry the API Token in the request header before they can be called. Calling these interfaces will use the remaining free quota or account balance in your account. At the same time, each endpoint will also be based on the email of the API Token owner. The address limits the request rate. Each endpoint has independent RPS (Requests per second). In most cases, users can request the same endpoint 5 times per second.
5757

@@ -65,7 +65,7 @@ After you complete the above steps, you can copy your API Token, then return to
6565

6666
> Used in HTTP requests
6767
68-
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:
68+
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:
6969

7070
{
7171

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

7676
> Remark
7777
78-
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.
78+
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.
7979

8080
* * *
8181

0 commit comments

Comments
 (0)