standard-webhooks / standard-webhooks

The Standard Webhooks specification

Home Page:https://www.standardwebhooks.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for various text-based encodings for python and other languages?

ldynia opened this issue · comments

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?

That's a good point, and I think the libraries are indeed too Json centric at the moment. We probably need to add hooks to allow for other deserialization types, or maybe make it completely agnostic to the deserialization in general.