cloudconvert / cloudconvert-java

Official CloudConvert Java SDK
37 stars 20 forks source link

webhookSigningSecret paramter is every mandatory, but i don't use it. #38

Closed ZanonEdoardo closed 3 years ago

ZanonEdoardo commented 3 years ago

In the client creation, I see that the webhookSigningSecret parameter must be NotNull. But I don't use the webhook API. Can I use it with a fake string? This value can be optional?

josiasmontag commented 3 years ago

You can just set it to an empty string if you are not using webhooks.