Sha256: 4343bb4c996b6c63890c8db336a811cdba4d5725d7eab6c6ffad703b81f03735
Contents?: true
Size: 534 Bytes
Versions: 2
Compression:
Stored size: 534 Bytes
Contents
import * as HelloSignSDK from "hellosign-sdk"; const api = new HelloSignSDK.TeamApi(); // Configure HTTP basic authorization: api_key api.username = "YOUR_API_KEY"; // or, configure Bearer (JWT) authorization: oauth2 // $config->setAccessToken("YOUR_ACCESS_TOKEN"); const teamId = "4fea99bfcf2b26bfccf6cea3e127fb8bb74d8d9c"; const result = api.teamSubTeams(teamId); 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/TeamSubTeams.js |
hellosign-ruby-sdk-6.0.0.pre.beta | oas/examples/TeamSubTeams.ts |