Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Wang <[email protected]>
  • Loading branch information
ruibaby committed Sep 9, 2024
1 parent ea7cc67 commit 6736a74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/developer-guide/rest-api/api-client.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ coreApiClient.content.post.listPost().then(response => {

### 在外部程序中使用

在外部程序中使用时,需要自行创建 axios 实例,并使用 `createCoreApiClient``createConsoleApiClient``createUcApiClient``createPublicApiClient` 创建 api client,这样可以方便处理异常逻辑和认证逻辑。
在外部程序中使用时,需要自行创建 axios 实例,并使用 `createCoreApiClient``createConsoleApiClient``createUcApiClient``createPublicApiClient` 创建 Api Client,这样可以方便处理异常逻辑和认证逻辑。

```javascript
import axios from "axios"
Expand Down

0 comments on commit 6736a74

Please sign in to comment.