Uh oh!
There was an error while loading. Please reload this page.
This repository was archived by the owner on Oct 17, 2023. It is now read-only.
This repository was archived by the owner on Oct 17, 2023. It is now read-only.
There was an error while loading. Please reload this page.
The code mentioned in the notes do not work,
client.account.callback_url='http://example.com/my_HelloSign_callback_endpoint'Working code for me is the below code,
client.get_account_info().json_data['callback_url'] = 'http://example.com/my_HelloSign_callback_endpoint'Is it ok?