Missing documentation for unnamed API resources
还没有人认领这个 Issue。
评估
- 难度
- 2/5
- 预计耗时
- 1-3 小时
- 新手友好度
- 35/100
- Issue 类型
- 文档
- 描述清晰度
- 基本清楚
- 活跃度
- 停滞
- 领域
- api, documentation
调研方向
从 issue 中所示的分页 evolution-chain 请求开始,并找到描述分页 endpoint 结果的项目文档。记录一些资源(包括 evolution-chain 结果)可能只包含 url 而省略 name;当明确说明这一行为时,工作即完成。
由索引模型根据 Issue 内容生成。
描述
Some paginated endpoints return API resources without a name field, but this behavior isn't mentioned anywhere in the docs.
Steps to Reproduce:
curl "https://pokeapi.co/api/v2/evolution-chain?limit=3" | jq
Results in the output:
{
"count": 541,
"next": "https://pokeapi.co/api/v2/evolution-chain?offset=3&limit=3",
"previous": null,
"results": [
{
"url": "https://pokeapi.co/api/v2/evolution-chain/1/"
},
{
"url": "https://pokeapi.co/api/v2/evolution-chain/2/"
},
{
"url": "https://pokeapi.co/api/v2/evolution-chain/3/"
}
]
}
Where the resources in the results array just have a url and no name
- 主要语言
- Python
- 星标
- 5.4k
- 派生
- 1.2k
- 平均合并
- 2 天 12 小时
- 30 天内合并 PR
- 18
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
PokeAPI/pokeapi 的其他 Issue
-
难度 2/5 1-2 天 新手友好度 76/100
-
bug
难度 1/5 1 小时以内 新手友好度 88/100
-
难度 3/5 1-2 天 新手友好度 55/100
-
难度 3/5 1-2 天 新手友好度 48/100
-
Ball legality 未关闭
难度 5/5 一周以上 新手友好度 35/100
相似的 Issue
-
难度 2/5 1-3 小时 新手友好度 78/100
-
难度 2/5 1-3 小时 新手友好度 86/100
browser-use/browser-use#5905 ·
-
type: enhancement
难度 2/5 1-3 小时 新手友好度 68/100
ynput/ayon-python-api#363 ·
-
bug needs triage
难度 2/5 1-3 小时 新手友好度 88/100
modelscope/FunASR#3728 ·
-
难度 2/5 1-3 小时 新手友好度 88/100
open-compass/opencompass#2655 ·