pandadoc-api-python-client icon indicating copy to clipboard operation
pandadoc-api-python-client copied to clipboard

The Official PandaDoc Python client SDK

Results 3 pandadoc-api-python-client issues
Sort by recently updated
recently updated
newest added

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...