flagsmith-nodejs-client
flagsmith-nodejs-client copied to clipboard
feat: Add webhook utility methods
Basically the same as https://github.com/Flagsmith/flagsmith-python-client/pull/118, but uses Buffer instead of string for most types.
sharedSecret is typed as string because the Flagsmith API only accepts strings, and not binaries, as the shared webhook secret.