meilisearch / meilisearch/meilisearch-java
[v1.30] Update Network API compatibility
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 245
- Forks
- 152
- PR merge metrics
- No merged PRs in 30d
Description
Description
Meilisearch v1.30 introduced breaking changes to the experimental Networks API (available on the enterprise edition.)
NB: The Networks API was introduced in Meilisearch v1.19, see #886
We want to update this SDK to be compatible with the new Network API.
Tasks
- Add methods to interact with the
/networkendpoints - Add test cases for the methods
- Update the examples in .code-samples.meilisearch.yaml under the
get_network_1andupdate_network_1keys
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by comparing the SDK with the Meilisearch v1.30 release notes and inspect the existing client structure for how API methods and tests are organized. Add coverage for the /network endpoints, then update .code-samples.meilisearch.yaml under get_network_1 and update_network_1; done means the methods, tests, and examples support the v1.30 Network API.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- api
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100