pandadoc-api-python-client
pandadoc-api-python-client copied to clipboard
The Official PandaDoc Python client SDK
We upgraded to 6.2.0 yesterday and the `send_document` API call began to fail with: ``` ApiTypeError: Invalid type for variable 'id'. Required value type is str and passed type was...
Error raised when requesting template details using python SDK but not when using `requests`. It would be nice to allow for arbitrary (especially when they might be unknown) fields to...
When using the SDK to send documents, an error is raised if "expiration_date" is None. This does not occur when using the `requests` library. ## Example with SDK: ```python import...