- 接口文档
- 前台
- 推荐
- 首页
- 社区
- 导航栏
- 运营
- 模版
- 热门组织
- 热门开发者
- 热门仓库
- 精选
- 推荐
- 数据
- footer
- 邮箱
- 资讯
- 活动
- 登录/关注
- 悬浮窗
- 自定义弹窗
- SEO
- 广告
- 原生登录接口
首页精选-模块
开发中
GET
https://openatom.atomgit.com/api/information/good_list
请求参数
Header 参数
X-ATOMGIT-POP-COMMUNITY
string
社区CODE
默认值:
openatom
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://openatom.atomgit.com/api/information/good_list' \
--header 'X-ATOMGIT-POP-COMMUNITY: openatom'
返回响应
🟢200成功
application/json
Body
code
integer
必需
msg
string
必需
data
array [object {28}]
必需
resourceType
string
资源类型
informationId
string
资讯ID
informationTitle
string
资讯标题
informationMsg
string
资讯简介
informationUrl
string
资讯地址
informationType
integer
资讯类型
informationViews
integer
文章浏览量
informationCollectNum
integer
文章收藏数
informationLikeNum
integer
文章点赞数
publishTime
string
发布时间
isLike
boolean
是否点赞
isCollect
boolean
是否收藏
labelNameList
array [object {1}]
标签列表
description
string
描述
jump
string
跳转地址
starCount
integer
star数
forkCount
integer
fork数
license
null
开源协议
name
string
仓库/组织名称
belongName
null
归属 人/组织
isSelected
integer
是否精选
id
string
组织ID
avatarUrl
string
图像
link
null
可选
profile
null
简介
projectNum
integer
项目数
memberNum
integer
人数
warehouseList
array [object {2}]
仓库列表
示例
{
"code": 200,
"msg": "成功",
"data": [
{
"resourceType": "information",
"informationId": "367850921226539008",
"informationTitle": "招募倒计时 | 操作系统大会&openEuler Summit 2024即将盛大开启",
"informationMsg": "11月15-16日,北京中关村国际创新中心,操作系统大会&openEuler Summit 2024等你参加!\n🌟 三十余场主题演讲,揭秘openEuler商业化和全球化成果;\n🎉 百余个创新展点,亲身体验openEuler最新解决方案,见证联合创新案例;\n🔍 面对面交流,与技术专家共探开发工具,动手实践;\n🌐 共商智能化、数字化发展,助力全球开源生态建设。\n🔥议题征集、SIG组招募等进入倒计时,立即报名!",
"informationUrl": "https://file.pop.atomgit.com/imgs/openatom/2024/10/12/eefadcf7c5e1897ca6de635c45db0ee8.png",
"informationType": 1,
"informationState": 1,
"informationViews": 51,
"informationCollectNum": 0,
"informationLikeNum": 0,
"publishTime": "2024-10-11 11:49:29",
"isLike": false,
"isCollect": false,
"labelNameList": [
{
"labelName": "开放原子开源基金会"
},
{
"labelName": "openEuler"
}
]
},
{
"resourceType": "warehouse",
"description": "开放式跨端跨框架解决方案,支持使用 React/Vue/Nerv 等框架来开发微信/京东/百度/支付宝/字节跳动/ QQ 小程序/H5/React Native 等应用。 https://taro.zone/",
"jump": "https://atomgit.com/OpenAtomFoundation/taro",
"starCount": 29,
"forkCount": 6,
"license": null,
"name": "taro",
"belongName": null,
"isSelected": 1
},
{
"resourceType": "org",
"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,
"projectNum": 2,
"memberNum": 3,
"isSelected": 1,
"warehouseList": []
}
]
}
修改于 2024-10-22 11:06:08