Skip to content

Instantly share code, notes, and snippets.

@akgupta
Last active January 4, 2016 08:09
Show Gist options
  • Select an option

  • Save akgupta/8593082 to your computer and use it in GitHub Desktop.

Select an option

Save akgupta/8593082 to your computer and use it in GitHub Desktop.
Lix.getBucket('mobile.endorsements.profilepromo', 'memberId:23', function(err, bucket) {
if(bucket === 'action_promo') {
// serve view based JSON for action_promo
} else if(bucket === 'hero_promo') {
// serve view based JSON for hero_promo
} else {
// no call to action
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment