0-9194 / 0-9194/scryfall-rails
Add the Set search
未关闭
适合新手
enhancement
good first issue
- 主要语言
- Ruby
- 星标
- 2
- 派生
- 6
- PR 合并指标
- 30 天内没有已合并 PR
描述
## Scryfall Documentation
https://scryfall.com/docs/api/sets
## What to do?
Theres a section for search of Magic sets. The idea is to eventually have all the functions to each category of search on the API.
- [ ] List of all sets (`/sets`)
- [ ] Get set by code (`/sets/:code`)
- [ ] Get set by Id (`/sets/:id`)
- [ ] Get set by TCGPlayer Id (`/sets/tcgplayer/:id`)
贡献指南
这个仓库没有索引到贡献指南
调研方向
该 issue 是为 Scryfall API 实现系列(set)搜索功能。首先检查 gem 中现有的 API 客户端结构,可能在 lib/scryfall/ 中。查找类似的端点实现(例如,卡牌的实现)。Scryfall API 关于系列的文档(https://scryfall.com/docs/api/sets)规定了端点。实现列出所有系列、通过代码获取系列、通过 ID 获取系列以及通过 TCGPlayer ID 获取系列的方法。通过向 API 发出请求并确保响应被正确解析来进行测试。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- ruby
- 领域
- api
- Issue 类型
- 功能
- 难度
- 2/5
- 预计耗时
- 1-3 小时
- 活跃度
- 停滞
- 描述清晰度
- 描述清楚
- 新手友好度
- 75/100