-
@devincdillon consolidated some survey feedback about difficulties families had when creating their accounts, summarized as the following:
Family Registration:
* families without email have to create…
-
**Name of app / service**
HelloSign
**Link to developer documentation**
https://app.hellosign.com/api/documentation
**Is lack of support preventing you from building workflows, or do you have …
-
It will be nice if you provide TypeScript definitions for this package.
This is what I wrote as a good start if you are interested:
```typescript
declare module "hellosign-sdk" {
// Configur…
-
in the Template class the function deactivateAllowAddCCs is missing (as desctribed in the API reference guide: https://app.hellosign.com/api/reference#create_embedded_template_draft)
Similar call to …
-
After Hellosign update their API the SDK is no longer working properly
The msg I am getting is:
ActiveModel::UnknownAttributeError (unknown attribute 'has_sms_auth' for Signature.):
-
I'm trying to use [nock](https://github.com/nock/nock) to intercept requests to your services and mock out a response, however i seem to be receiving this from your library when i do:
```
Error: w…
-
Hello,
We deployed HS to one of our domains and the moment the new WordPress plugin was installed to the site, FaceBook 'disallowed' the domain for advertising on the basis that it breached their "…
-
I don't know if this is a feature or a bug, but the 3.x.x HelloSignClient seems to written in a thead-safe way. I can create a single instance of the client and reuse it from multiple threads.
But th…
-
I'm looking to update a signature request ref https://app.hellosign.com/api/reference#update_signature_request. What is the recommended method to achieve this with this SDK?
-
I just upgraded my project from nock 12.0.3 to nock 13.0.4 and my tests break.
Here's an example project using nock 12.0.3 and I can easily stub out the response from the hellosign-sdk client http…