热门组织
开发中GET
/org/hot_orgs请求参数
Query 参数
pageNo
integer
页码
size
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": [
{
"name": "OpenKona",
"id": "64255742456dac5feaa55478",
"description": "OpenKona JDK is a no-cost, production-ready distribution of the Open Java Development Kit (OpenJDK), Long-Term Support (LTS) with quarterly updates.",
"avatarUrl": "",
"jump": "https://atomgit.com/openkona",
"link": null,
"profile": null,
"isFocus": false,
"warehouseList": [
{
"jump": "https://atomgit.com/openkona/OpenKona11",
"warehouseName": "OpenKona11"
},
{
"jump": "https://atomgit.com/openkona/OpenKona8",
"warehouseName": "OpenKona8"
}
]
},
{
"name": "OPENATOM",
"id": "62db88d1ffdc3afd2c5b74ce",
"description": "开放原子开源基金会是致力于推动全球开源事业发展的非营利机构,于 2020 年 6 月在北京成立,由阿里巴巴、百度、华为、浪潮、360、腾讯、招商银行等多家龙头科技企业联合发起。",
"avatarUrl": "https://file.atomgit.com/uploads/org/1685523158236_5743.png",
"jump": "https://atomgit.com/openatomfoundation",
"link": null,
"profile": null,
"isFocus": false,
"warehouseList": [
{
"jump": "https://atomgit.com/OpenAtomFoundation/OSHeart",
"warehouseName": "心寄源法律沙龙OSHeart"
},
{
"jump": "https://atomgit.com/OpenAtomFoundation/legal_resources",
"warehouseName": "legal-resources"
}
]
},
{
"name": "UBSICE",
"id": "645b1296d6ad7c8ba84f2b32",
"description": "UBSI是基于Java的轻量化微服务架构,对比目前被广泛使用的SpringCloud,UBSI更快、更简单、更易学易用。",
"avatarUrl": "",
"jump": "https://atomgit.com/ubsice",
"link": null,
"profile": null,
"isFocus": false,
"warehouseList": [
{
"jump": "https://atomgit.com/ubsice/ubsi-core",
"warehouseName": "ubsi-core"
},
{
"jump": "https://atomgit.com/ubsice/service.ubsi.gateway",
"warehouseName": "service.ubsi.gateway"
}
]
},
{
"name": "Tongsuo",
"id": "64268139afaa8b796cf11537",
"description": "铜锁/Tongsuo是一个提供现代密码学算法和安全通信协议的开源基础密码库,为存储、网络、密钥管理、隐私计算等诸多业务场景提供底层的密码学基础能力,实现数据在传输、使用、存储等过程中的私密性、完整性和可认证性,为数据生命周期中的隐私和安全提供保护能力。\n\n本Organization中存放的是铜锁密码库和其关联项目的代码仓库。",
"avatarUrl": "https://file.atomgit.com/uploads/org/1680249613167_2641.png",
"jump": "https://atomgit.com/tongsuo",
"link": null,
"profile": null,
"isFocus": false,
"warehouseList": [
{
"jump": "https://atomgit.com/tongsuo/Tongsuo",
"warehouseName": "Tongsuo"
},
{
"jump": "https://atomgit.com/tongsuo/t-camp",
"warehouseName": "t-camp"
}
]
},
{
"name": "openEuler",
"id": "63db21708e417609b9ba7e6b",
"description": "openEuler is an open source platform developed and operated by OpenAtom Foundation.",
"avatarUrl": "https://file.atomgit.com/uploads/org/1675306186819_7898.png",
"jump": "https://atomgit.com/openeuler",
"link": null,
"profile": null,
"isFocus": false,
"warehouseList": [
{
"jump": "https://atomgit.com/openeuler/oemaker",
"warehouseName": "oemaker"
},
{
"jump": "https://atomgit.com/openeuler/oebuild",
"warehouseName": "oebuild"
}
]
}
],
"total": 10,
"size": 5,
"current": 1,
"pages": 2
}
}
最后修改时间: 4 个月前