Eppo-exp / node-server-sdk

Eppo Node.js SDK
MIT License
9 stars 0 forks source link

Migrate Node SDK to use V2 Randomization Endpoint #20

Closed vpai closed 1 year ago

vpai commented 1 year ago

Fixes Eppo-exp/eppo#4711

Description

Updated the getAssignment logic to use the allocation (variations + exposure) for the matched targeting rule. The API response inserts a default rule that always matches if the experiment does not have any rules.

See linked issue above for further details.

Also made some changes to code organization:

How has this been tested?