热门开发者
开发中GET
/developer/hot_developers请求参数
Query 参数
size
integer
个数
pageNo
integer
页码
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
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/1684721369020_1661.jpeg",
"userId": "62de55e609f22c92a5c714db",
"username": "lish",
"description": null,
"profile": "开放原子开源基金会技术负责人",
"jump": "https://atomgit.com/lish",
"isFocus": false,
"focusButtonDisabled": false
},
{
"nickname": "张亚磊@csdn",
"photo": "https://file.atomgit.com/uploads/user/1713750645339_3153.png",
"userId": "62da679ddf91709b8d2b5411",
"username": "yourleige",
"description": null,
"profile": "开放原子基金项目atomgit开发者。",
"jump": "https://atomgit.com/yourleige",
"isFocus": false,
"focusButtonDisabled": false
},
{
"nickname": "VanessaXWGUO",
"photo": "https://file.atomgit.com/uploads/user/1675307693051_5675.jpeg",
"userId": "63033c709607ea9e29213305",
"username": "vanessa",
"description": null,
"profile": "Juriste en logiciel libre",
"jump": "https://atomgit.com/vanessa",
"isFocus": false,
"focusButtonDisabled": false
},
{
"nickname": "聂文智@csdn",
"photo": "https://file.atomgit.com/uploads/user/1667309508866_9104.jpg",
"userId": "62db8d76f7e8fa750622bf6e",
"username": "nevins35",
"description": null,
"profile": "I'm Tinker",
"jump": "https://atomgit.com/nevins35",
"isFocus": false,
"focusButtonDisabled": false
},
{
"nickname": "坚 果",
"photo": "https://file.atomgit.com/uploads/user/1720141978728_5403.png",
"userId": "640eb5f108355afbf689b31b",
"username": "jianguo",
"description": null,
"profile": "坚果派联合创始人、华为HDE、CSDN博客专家",
"jump": "https://atomgit.com/jianguo",
"isFocus": false,
"focusButtonDisabled": false
}
],
"total": 10,
"size": 5,
"current": 1,
"pages": 2
}
}
最后修改时间: 3 个月前