We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa4097d commit b46f9f0Copy full SHA for b46f9f0
README.md
@@ -130,6 +130,7 @@ import { setApiConfig } from 'jike-sdk'
130
```ts
131
import { ApiClient, api, setAccessToken, setApiConfig } from 'jike-sdk'
132
133
+// 自行在 GitHub 搜索「jike endpoint」探索配置
134
const apiConfig = {
135
endpointId: 'jike',
136
endpointUrl: '<jike-endpoint-url>', // 请自行替换
@@ -150,6 +151,14 @@ const client = ApiClient(apiConfig)
150
151
client.users.profile()
152
```
153
154
+## Sponsors
155
+
156
+<p align="center">
157
+ <a href="https://cdn.jsdelivr.net/gh/sxzz/sponsors/sponsors.svg">
158
+ <img src='https://cdn.jsdelivr.net/gh/sxzz/sponsors/sponsors.svg'/>
159
+ </a>
160
+</p>
161
162
## License
163
164
[AGPL-3.0](./LICENSE) License © 2021-PRESENT [三咲智子](https://github.com/sxzz)
0 commit comments