flagsmith-nodejs-client icon indicating copy to clipboard operation
flagsmith-nodejs-client copied to clipboard

feat: Add webhook utility methods

Open rolodato opened this issue 4 months ago • 0 comments

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.

rolodato avatar Jul 08 '25 19:07 rolodato