algolia / algolia/algoliasearch-client-java
Ensure correcty tying of API key's restrictIndices parameter
未关闭
Bug
Good First Issue
- 主要语言
- Java
- 星标
- 52
- 派生
- 33
- PR 合并指标
- 30 天内没有已合并 PR
描述
The `restrictIndices` of API keys should be typed as:
- an array of strings OR
- a comma-separated string
Both format should be handled at serialization/deserialization time.
贡献指南
这个仓库没有索引到贡献指南
调研方向
首先定位 Java 客户端中的 API-key 模型以及序列化/反序列化入口。确认 restrictIndices 同时支持字符串数组和逗号分隔的字符串,然后为这两种表示形式添加或更新覆盖测试。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- java
- 领域
- api, authentication
- Issue 类型
- 缺陷
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 45/100