请教下老师怎么调用 HTTP 接口 #196
Replies: 1 comment 6 replies
-
解决了嘛,我也有遇到一样的问题 |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
涉及的编程语言
Java
涉及的组件库
KOOK
疑问描述
请教下老师,我想调用 http 接口需要怎么写代码逻辑呀?没有找到相关示例,目前构建出了 api,但不知道怎么执行
GetGuildMemberListApi api = GetGuildMemberListApi
.builder(bo.getGuildId())
.page(bo.getPage())
.pageSize(bo.getPageSize())
.search(bo.getSearch())
.build();
Beta Was this translation helpful? Give feedback.
All reactions