Sha256: 25a6ad479278d2e2c1627c180423359f78f092763ce0f0df0805b11238f593ef
Contents?: true
Size: 544 Bytes
Versions: 2
Compression:
Stored size: 544 Bytes
Contents
import * as HelloSignSDK from "hellosign-sdk"; const api = new HelloSignSDK.TemplateApi(); // Configure HTTP basic authorization: api_key api.username = "YOUR_API_KEY"; // or, configure Bearer (JWT) authorization: oauth2 // $config->setAccessToken("YOUR_ACCESS_TOKEN"); const accountId = "f57db65d3f933b5316d398057a36176831451a35"; const result = api.templateList(accountId); result.then(response => { console.log(response.body); }).catch(error => { console.log("Exception when calling HelloSign API:"); console.log(error.body); });
Version data entries
2 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
hellosign-ruby-sdk-6.0.0.pre.beta | oas/examples/TemplateList.js |
hellosign-ruby-sdk-6.0.0.pre.beta | oas/examples/TemplateList.ts |