algolia / algolia/algoliasearch-client-java
Ensure correcty tying of API key's restrictIndices parameter
Open
Bug
Good First Issue
- Dominant language
- Java
- Stars
- 52
- Forks
- 33
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the API-key model and the serialization/deserialization entry points in the Java client. Verify that both arrays of strings and comma-separated strings are handled for restrictIndices, then add or update coverage for both representations.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- api, authentication
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100