Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As is seen here, ning removed url parameter from calculateAndAddSignature method in newer version of the library:
calculateAndAddSignature
https://github.com/AsyncHttpClient/async-http-client/blob/1.9.x/src/main/java/com/ning/http/client/SignatureCalculator.java#L38
httpsig-java/http-helpers/src/main/java/net/adamcin/httpsig/http/ning/AsyncSignatureCalculator.java
Line 58 in 2b1fc56
As this parameter is not used in any way by AsyncSignatureCalculator it can be simply removed to support new interface.
AsyncSignatureCalculator
Can http-helpers be updated with support for newer ning client version?
http-helpers
The text was updated successfully, but these errors were encountered:
No branches or pull requests
As is seen here, ning removed url parameter from
calculateAndAddSignature
method in newer version of the library:https://github.com/AsyncHttpClient/async-http-client/blob/1.9.x/src/main/java/com/ning/http/client/SignatureCalculator.java#L38
httpsig-java/http-helpers/src/main/java/net/adamcin/httpsig/http/ning/AsyncSignatureCalculator.java
Line 58 in 2b1fc56
As this parameter is not used in any way by
AsyncSignatureCalculator
it can be simply removed to support new interface.Can
http-helpers
be updated with support for newer ning client version?The text was updated successfully, but these errors were encountered: