acrobat-sign
acrobat-sign copied to clipboard
This SDK doesnt match up with the v6 API
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
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
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.