Sha256: bd69d6f3c6ea2290755fe9b2a669dbce88ca8084b080e0521cf2fa7ec53f6aec
Contents?: true
Size: 522 Bytes
Versions: 2
Compression:
Stored size: 522 Bytes
Contents
import * as HelloSignSDK from "hellosign-sdk"; const api = new HelloSignSDK.ApiAppApi(); // Configure HTTP basic authorization: api_key api.username = "YOUR_API_KEY"; // or, configure Bearer (JWT) authorization: oauth2 // api.accessToken = "YOUR_ACCESS_TOKEN"; const clientId = "0dd3b823a682527788c4e40cb7b6f7e9"; const result = api.apiAppGet(clientId); 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/ApiAppGet.js |
hellosign-ruby-sdk-6.0.0.pre.beta | oas/examples/ApiAppGet.ts |