For examples of making a create envelope API request, see the api-demos directory
For demo sites showcasing the Embedded Signing flow, see the embedded-signing-demos directory
See https://pypi.org/project/pre-commit/ for installation instructions
Before committing for the first time, ensure pre-commit hooks are installed with:
pre-commit install
You can test the pre-commit installation has worked, before committing, by running:
pre-commit run --all-files