- 接口文档
- 前台
- 推荐
- 首页
- 登录/关注
- 悬浮窗
- 自定义弹窗
- SEO
- 广告
- 原生登录接口
开发者列表
开发中
POST
https://openatom.atomgit.com/api/developer/recommend_list
请求参数
Header 参数
X-ATOMGIT-POP-COMMUNITY
string
可选
示例值:
openatom
Body 参数application/json
pageSize
integer
每页个数
pageNum
integer
页码
isSelected
integer
必需
示例
{
"pageSize": 0,
"pageNum": 0,
"isSelected": 0
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://openatom.atomgit.com/api/developer/recommend_list' \
--header 'X-ATOMGIT-POP-COMMUNITY: openatom' \
--header 'X-ATOMGIT-POP-COMMUNITY;' \
--header 'Content-Type: application/json' \
--data-raw ''
返回响应
🟢200成功
application/json
Body
code
integer
必需
msg
string
必需
data
object
必需
records
array [object {9}]
必需
total
string
总共数量
size
string
每页数量
current
string
当前页码
pages
string
总共页码
示例
{
"code": 200,
"msg": "成功",
"data": {
"records": [
{
"nickname": "三叶草凯凯",
"photo": "https://file.atomgit.com/uploads/user/default.png",
"userId": "64096065d545c3d05396ebff",
"username": "kaykay",
"profile": "",
"jump": "https://atomgit.com/kaykay",
"isFocus": false,
"focusButtonDisabled": false,
"warehouseList": []
},
{
"nickname": "JiangFan",
"photo": "https://file.atomgit.com/uploads/user/default.png",
"userId": "671742501364291385895de8",
"username": "jiangfan314admin",
"profile": "",
"jump": "https://atomgit.com/jiangfan314admin",
"isFocus": false,
"focusButtonDisabled": false,
"warehouseList": []
},
{
"nickname": "houshaobin",
"photo": "https://file.atomgit.com/uploads/user/default.png",
"userId": "63f2d0fb0780eb7d4559c3e1",
"username": "houshaobin",
"profile": "开源倡导者,实践者",
"jump": "https://atomgit.com/houshaobin",
"isFocus": false,
"focusButtonDisabled": false,
"warehouseList": []
},
{
"nickname": "xiangyu_h",
"photo": "https://file.atomgit.com/uploads/user/default.png",
"userId": "669f3c69648b41f20cbc421d",
"username": "xiangyu_h",
"profile": "",
"jump": "https://atomgit.com/xiangyu_h",
"isFocus": false,
"focusButtonDisabled": false,
"warehouseList": []
},
{
"nickname": "workspacer",
"photo": "https://file.atomgit.com/uploads/user/default.png",
"userId": "66dfd66aee5c1d5d0c759ca6",
"username": "workspacer",
"profile": "",
"jump": "https://atomgit.com/workspacer",
"isFocus": false,
"focusButtonDisabled": false,
"warehouseList": []
},
{
"nickname": "qq_19481543",
"photo": "https://file.atomgit.com/uploads/user/default.png",
"userId": "671704d45ca19830bc75744a",
"username": "qq19481543",
"profile": "",
"jump": "https://atomgit.com/qq19481543",
"isFocus": false,
"focusButtonDisabled": false,
"warehouseList": []
},
{
"nickname": "Henry",
"photo": "https://file.atomgit.com/uploads/user/1729521718872_1623.jpeg",
"userId": "66608287fa13ad020eaae1dc",
"username": "henry-hub",
"profile": "",
"jump": "https://atomgit.com/henry-hub",
"isFocus": false,
"focusButtonDisabled": false,
"warehouseList": []
},
{
"nickname": "lw2024kfyzky",
"photo": "https://file.atomgit.com/uploads/user/default.png",
"userId": "6716493f4e871e07e4780a45",
"username": "lw2024kfyzky",
"profile": "",
"jump": "https://atomgit.com/lw2024kfyzky",
"isFocus": false,
"focusButtonDisabled": false,
"warehouseList": []
},
{
"nickname": "Cici",
"photo": "https://file.atomgit.com/uploads/user/default.png",
"userId": "6716414f0e93237e890f7303",
"username": "cici2",
"profile": "",
"jump": "https://atomgit.com/cici2",
"isFocus": false,
"focusButtonDisabled": false,
"warehouseList": []
},
{
"nickname": "DSOE1024",
"photo": "https://file.atomgit.com/uploads/user/default.png",
"userId": "65264547daf19a633e4f6174",
"username": "dsoe1024",
"profile": "",
"jump": "https://atomgit.com/dsoe1024",
"isFocus": false,
"focusButtonDisabled": false,
"warehouseList": []
}
],
"total": 263,
"size": 10,
"current": 1,
"pages": 27
}
}
修改于 2024-10-22 12:14:49