- 接口文档
- 前台
- 推荐
- 首页
- 登录/关注
- 悬浮窗
- 自定义弹窗
- SEO
- 广告
- 原生登录接口
组织列表
开发中
POST
https://openatom.atomgit.com/api/org/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/org/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 {6}]
必需
total
string
总共数量
size
string
每页数量
current
string
当前页码
pages
string
总共页码
示例
{
"code": 200,
"msg": "成功",
"data": {
"records": [
{
"isSelected": 0,
"name": "62da4c6b581aaece90506392",
"id": "62da4c6b581aaece90506392",
"description": "我是火星人,你是地球人",
"memberCount": 0,
"warehouseCount": 48
},
{
"isSelected": 0,
"name": "62da67e6c25204e8c6316589",
"id": "62da67e6c25204e8c6316589",
"description": "自学java官方组织",
"memberCount": 0,
"warehouseCount": 40
},
{
"isSelected": 0,
"name": "62db88d1ffdc3afd2c5b74ce",
"id": "62db88d1ffdc3afd2c5b74ce",
"description": "开放原子开源基金会是致力于推动全球开源事业发展的非营利机构,于 2020 年 6 月在北京成立,由阿里巴巴、百度、华为、浪潮、360、腾讯、招商银行等多家龙头科技企业联合发起。",
"memberCount": 156,
"warehouseCount": 3
},
{
"isSelected": 0,
"name": "62db8d911a0dc3a1d7c3cc0b",
"id": "62db8d911a0dc3a1d7c3cc0b",
"description": "nevins 的 team",
"memberCount": 2,
"warehouseCount": 26
},
{
"isSelected": 0,
"name": "62dbb1b357914ee01a34fe58",
"id": "62dbb1b357914ee01a34fe58",
"description": "2123",
"memberCount": 0,
"warehouseCount": 27
},
{
"isSelected": 0,
"name": "62df89dbd87c31eb15e30f26",
"id": "62df89dbd87c31eb15e30f26",
"description": "Apache软件基金会(即Apache Software Foundation,ASF)是专门为支持开源项目而成立的非营利性组织,也是目前世界上最大、且与供应商无关的开源基金会。",
"memberCount": 4,
"warehouseCount": 13
},
{
"isSelected": 0,
"name": "62e8b88cccacabf0362f727e",
"id": "62e8b88cccacabf0362f727e",
"description": "CSDN 在AtomGit 上的开源组织",
"memberCount": 9,
"warehouseCount": 44
},
{
"isSelected": 0,
"name": "62e9fc04b68e5d1ad02377f2",
"id": "62e9fc04b68e5d1ad02377f2",
"description": "狮偶图形化编程语言",
"memberCount": 3,
"warehouseCount": 12
}
],
"total": 8,
"size": 10,
"current": 1,
"pages": 1
}
}
修改于 2024-10-22 12:13:45