Observation
Looking at the implementation of the Python library, I see that only JSON encoding is supported -- and used to generate request signature.
Question
The project's aim is to standardise webhooks across many languages. My question is, are you planning to add support for other text-based encodings such XML, CSV, TSV, YAML, etc., for Python and other languages?