meilisearch / meilisearch/meilisearch-java

[v1.30] Update Network API compatibility

Open
#918 1 comment 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement good first issue
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 /network endpoints
  • Add test cases for the methods
  • Update the examples in .code-samples.meilisearch.yaml under the get_network_1 and update_network_1 keys

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.