launchdarkly / node-server-sdk

LaunchDarkly Server-side SDK for Node
Other
79 stars 65 forks source link

add user variation to feature flag #243

Closed finalight closed 2 years ago

finalight commented 2 years ago

i know that there's a REST API to allow adding of user target to a feature flag, but is there a nodeJS SDK to do the same?

bwoskow-ld commented 2 years ago

Hi @finalight,

Yes, we offer client libraries for utilizing LaunchDarkly's REST API. Take a look here - there's one in JavaScript and another in TypeScript.

These client libraries are separate from our LaunchDarkly SDKs because the SDKs are meant for feature flagging within an application whereas the client libraries are for more general purpose flag/account management as exposed by our REST API.

Cheers, @bwoskow-ld