Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat trait to make clients customizable #459

Merged
merged 109 commits into from
Apr 10, 2024

Conversation

shimatar0
Copy link
Contributor

@shimatar0 shimatar0 commented Apr 4, 2023

Pull Request

Related issue

Fixes #452

What does this PR do?

  • This is a WIP state and I'll add it next time.
  • There are still many problems to be solved. I will comment on the code.

PR checklist

Please check if your PR fulfills the following requirements:

  • Does this PR fix an existing issue, or have you listed the changes applied in the PR description (and why they are needed)?
  • Have you read the contributing guidelines?
  • Have you made sure that the title is accurate and descriptive of the changes?
  • Fix the settings macro
  • Fix compiling without default features

Thank you so much for contributing to Meilisearch!

@shimatar0 shimatar0 marked this pull request as draft April 4, 2023 16:14
src/request.rs Outdated Show resolved Hide resolved
src/tasks.rs Outdated Show resolved Hide resolved
@shimatar0

This comment was marked as resolved.

src/client.rs Outdated Show resolved Hide resolved
@shimatar0

This comment was marked as resolved.

@shimatar0 shimatar0 changed the title [WIP] Feat trait to make clients customizable Feat trait to make clients customizable Jun 18, 2023
@gibbz00
Copy link

gibbz00 commented Sep 22, 2023

Is there anything I can do to get this PR past the finishing line? I'm open to rebasing this with master and squashing relevant commits if it helps with reviewability.

@curquiza curquiza added the breaking-change The related changes are breaking for the users label Sep 27, 2023
@irevoire irevoire marked this pull request as ready for review April 9, 2024 14:04
examples/cli-app-with-reqwest/src/main.rs Outdated Show resolved Hide resolved
src/client.rs Show resolved Hide resolved
src/client.rs Outdated Show resolved Hide resolved
Copy link
Member

@irevoire irevoire left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks a lot for your work @shimatar0 and sorry for the huge delay 🙈

bors merge

@irevoire irevoire requested a review from bidoubiwa April 10, 2024 12:53
@curquiza curquiza removed the request for review from bidoubiwa April 10, 2024 12:56
@curquiza curquiza merged commit 80f6326 into meilisearch:main Apr 10, 2024
6 of 7 checks passed
@shimatar0 shimatar0 deleted the customize-http-client branch April 10, 2024 15:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking-change The related changes are breaking for the users enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Let users customize their web client
6 participants