Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ldynia opened this issue Jan 18, 2024 · 1 comment
Open
Labels

Comments

@ldynia
Copy link

ldynia commented Jan 18, 2024

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?

@tasn
Copy link
Contributor

tasn commented Jan 30, 2024

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.

@tasn tasn added the libs label Jan 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants