Sha256: 535c0a7d723d95818c1d706fc8a412c6bfc378679ab08db5cb0a19aaa831198d
Contents?: true
Size: 545 Bytes
Versions: 2
Compression:
Stored size: 545 Bytes
Contents
# Clicksign::API 1.1.0 (Octuber 29, 2021) Add support to multiple credentials. This is useful to work with different accounts and environments, providing flexibility. For example, applications have different tokens for each environment. Other useful case, occurs working with multiple companies. The credentials should be a hash. Request: ```ruby file = File.open('/path/to/file/local/file.pdf', 'r') response = Clicksign::API::Document.create(params: { path: '/path/to/file/on/clicksign.pdf', file: file }, token: 'key.production') # => ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
clicksign-api-1.1.1 | CHANGELOG.md |
clicksign-api-1.1.0 | CHANGELOG.md |