-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
As is seen here, ning removed url parameter from calculateAndAddSignature method in newer version of the library:
httpsig-java/http-helpers/src/main/java/net/adamcin/httpsig/http/ning/AsyncSignatureCalculator.java
Line 58 in 2b1fc56
| public void calculateAndAddSignature(String url, Request request, RequestBuilderBase<?> requestBuilder) { |
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?
Metadata
Metadata
Assignees
Labels
No labels