Skip to content

Instantly share code, notes, and snippets.

@frobichaud
frobichaud / hello_sign_download.rb
Last active December 7, 2022 18:54
HelloSign - Download all documents
API_KEY = 'YOUR_API_KEY_HERE'
def get_total_pages(client)
list = client.get_signature_requests(page_size: 100)
list.data["list_info"]["num_pages"]
end
def get_all_requests(client)
signature_requests = []
page = 1
@frobichaud
frobichaud / gist:c26e58713737960a4032d5f066b80aeb
Created June 20, 2016 14:12
Patch coverage 80% instead 60%
master[=]!petalmd.ios + $> curl --data-binary @codecov.yml https://codecov.io/validate
Valid!
{
"comment": {
"layout": "header, diff, changes, sunburst, uncovered",
"behavior": "default"
},
"coverage": {
"precision": 2,