acrobat-sign icon indicating copy to clipboard operation
acrobat-sign copied to clipboard

This SDK doesnt match up with the v6 API

Open daneps opened this issue 2 years ago • 2 comments
trafficstars

There are numerous differences and missing methods between the JAVA SDK and the API described here https://secure.na1.adobesign.com/public/docs/restapi/v6

daneps avatar Dec 01 '22 20:12 daneps

Same with the webhook events. https://opensource.adobe.com/acrobat-sign/acrobat_sign_events/webhookeventsagreements.html#agreement-reminder-initiated defines AGREEMENT_REMINDER_INITIATED and AGREEMENT_REMINDER_SENT but they are missing in: https://github.com/adobe/acrobat-sign/blob/main/sdks/AcrobatSign_JAVA_SDK/src/main/java/io/swagger/client/model/webhooks/WebhookInfo.java

martinmanzo avatar Dec 05 '22 14:12 martinmanzo

Exception thrown due to the AgreementView.NameEnum is missing the FILL_SIGN enum value, which is sometimes returned by the AgreementViews API depending on the agreement status.

MarkWagner avatar May 08 '23 15:05 MarkWagner