esign
esign copied to clipboard
DocuSign REST API
Also added `vendor` folder
@jfcote87 - I am also trying to implement the same, got the envelopeID but stuck at this step Request a Recipient View URL (the Signing Ceremony URL). Is this functionality...
Using v2.1 of the esign library, the "omitempty" portion of ``Locked DSBool `json:"locked,omitempty"` `` at [https://github.com/jfcote87/esign/blob/5064b2fe6847296edf1df5b4dc4cb68150775257/v2.1/model/model.go#L13620](https://github.com/jfcote87/esign/blob/5064b2fe6847296edf1df5b4dc4cb68150775257/v2.1/model/model.go#L13620) is problematic and results in undesired behavior. Per the docs [https://pkg.go.dev/encoding/json](https://pkg.go.dev/encoding/json), "The 'omitempty' option...
Generating code using the latest swagger file from DocuSign. This adds new event data among other options. #13
Hi @jfcote87 quick question about webhook events. I've been testing the client but the webhook response always comes as XML but according to [DocuSign docs](https://www.docusign.com/blog/developers/connect-webhooks-json-notifications) it should be possible to...
Hello @jfcote87, thanks for this package. I was trying to use anchor tags to position a signing tab, but I had a problem with "AnchorIgnoreIfNotPresent". I needed to use it...
…sing templates
Thanks for the library. I am trying to run your examples_test.go ExampleJWTConfig() function and have an error: `create credential error: private key should be a PEM or plain PKSC1 or...
I can only find remote usage(by email) in `examples_test.go`, is embeded usage supported?