launchdarkly / cpp-sdks

C++ Client/Server SDKs
Other
5 stars 2 forks source link

feat: add C binding for Context::CanonicalKey() #349

Closed cwaldren-ld closed 8 months ago

cwaldren-ld commented 8 months ago

Adds LDContext_CanonicalKey. Noticed this missing when writing Lua binding.

We're also missing a way of returning Context::Kinds, but that would involve adding a new iterator. This gets the job done for testing.

shortcut-integration[bot] commented 8 months ago

This pull request has been linked to Shortcut Story #227779: Add context Canonical Key C binding.