Skip to content

Instantly share code, notes, and snippets.

@akgupta
Created January 29, 2014 01:54
Show Gist options
  • Select an option

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

Select an option

Save akgupta/8680353 to your computer and use it in GitHub Desktop.
XLNT.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