Skip to content

Commit 089b59a

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents 3d471e6 + ad3b40e commit 089b59a

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
@@ -44,7 +44,7 @@ All APIs are written based on the OPenAPI specification, which means you can use
4444

4545
<https://api.tikhub.io/openapi.json>
4646

47-
Of course, we have used Swagger UI by default to display our API documents. You can open the following link on the web page, then authenticate the API Token on the web page, then click on any endpoint and click`Try it out`You can test the endpoints you need. Most endpoints already carry default values ​​or demo values, which will better help you understand the required parameters of the call:
47+
当然,我们已经默认使用了Swagger UI来展示我们的API文档,你可以在网页上打开下面的链接,然后在网页上进行API Token的认证,随后点击任意端点然后点击`Try it out`You can test the endpoints you need. Most endpoints already carry default values ​​or demo values, which will better help you understand the required parameters of the call:
4848

4949
<https://api.tikhub.io>
5050

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

6767
> Used in HTTP requests
6868
69-
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:
69+
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`的字段,下面我将给出一个JSON作为header的示范:
7070

7171
{
7272

@@ -250,7 +250,7 @@ if __name__ == "__main__":
250250
print(video_data)
251251
```
252252

253-
- Due to the limited chapters, the complete methods are not listed here. You can view the methods implemented in each attribute by viewing the source code. Each method is named according to the endpoint.`uri`to name, for example`/api/v1/douyin/app/v1/fetch_one_video`The method name is`fetch_one_video`, you can find the corresponding method according to the endpoint in the API document.
253+
- Due to the limited chapters, the complete methods are not listed here. You can view the methods implemented in each attribute by viewing the source code. Each method is named according to the endpoint.`uri`来命名的,例如`/api/v1/douyin/app/v1/fetch_one_video`The method name is`fetch_one_video`, you can find the corresponding method according to the endpoint in the API document.
254254
- And the parameters accepted by each method have been added`type hints`, you can understand the parameter types that the method needs to pass in by looking at the parameters of the method, which can better help you call the method.
255255
- The document can automatically help you generate codes in different programming languages. Please check for details.[API Documentation](https://docs.tikhub.io/)
256256
- Currently, the programming languages ​​that can automatically generate code are:

0 commit comments

Comments
 (0)