Add support for http message handlers through configuration#96
Open
ashGHub wants to merge 4 commits intoIntechnity-com:masterfrom
Open
Add support for http message handlers through configuration#96ashGHub wants to merge 4 commits intoIntechnity-com:masterfrom
ashGHub wants to merge 4 commits intoIntechnity-com:masterfrom
Conversation
Member
|
Can you update Readme? |
Author
It's done |
a8194d7 to
f668d86
Compare
|
@patricoos any hope this being merged. I am looking for something like that. thanks @ashGHub |
Refactor class name and instances from OdooClientHttp to OdooHttpClient across multiple files for consistent naming. Updated related methods and tests to reflect the new naming convention while also adding thread safety and argument checks.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Key Changes:
The primary change involves extracting the HTTP client initialization from the Odoo class and facilitating the creation of an HTTP client from a custom HTTP client factory.
Benefits:
This pull request aims to improve the OdooClient class by supporting HTTP message handlers, enabling greater customization and versatility in interacting with the Odoo server.