Closed alexmac05 closed 4 years ago
I need this functionality in an app I'm building as well. Is there any way we can get the pull request merged in @jspaetzel? I saw it was a WIP branch, but what's left to be done on it?
@robbiediaz just need to write a test. I'll make some time and finish this up this week, maybe today.
Awesome, that sounds great! Thanks for getting back to me :)
New release with this added. Should show up on maven shortly. https://github.com/hellosign/hellosign-java-sdk/releases/tag/4.2.2
Thanks @jspaetzel! :D
Please add this parameter (form_fields_per_document TYPE) to the class FormField.
An example to see this in use would be using this endpoint
https://app.hellosign.com/api/reference#create_embedded_unclaimed_draft and using the parameter form_fields_per_document TYPE.
In the Java SDK.
Need this for end to end testing.
It should be added here.... package com.hellosign.sdk.resource.support.types; public enum FieldType { text, signature, initials, checkbox, date_signed; private FieldType() { } }