library · inferred from evidence
hubspot-api-python
A Python library for interacting with the HubSpot API.
- HubSpot Python SDK `Signature.is_valid()` always fails when timestamp is passed as a float
I am validating HubSpot webhook signatures in Python using the official SDK. I take the timestamp from the `x-hubspot-request-timestamp` header and pass it through `float()`: `Signature.is_valid(..., float(timestamp))`. The signature never
- hubspot-api-python: paginating associations with `batch_api.read` silently loops forever
I am trying to pull more than 100 results from `associations.batch_api.read` in hubspot-api-python. The function does not seem to support pagination: the API response has no `paging` key I can use, and when I try passing an `after` cursor l