Skip to content

Instantly share code, notes, and snippets.

@egoldblum
Last active December 25, 2015 07:39
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save egoldblum/6940822 to your computer and use it in GitHub Desktop.
Save egoldblum/6940822 to your computer and use it in GitHub Desktop.
{
"root": {
"default": {
"dest": "pymk",
"pathLength": 4
},
"options": [
{
"dest": "m2m",
"predicate": [
"abi"
],
"pathLength": 4
}
]
},
"graph": {
"pymk": {
"node": {
"resourcePath": "/li/v2/onboard/pymk",
"logo": "pymk",
"title": "Leverage your network",
"subtitle": "Connect with people you may already know on LinkedIn",
"type": "pymk",
"submitToastText": "Invitation sent",
"postResourcePath": "/li/v2/onboard/pymk"
},
"edges": {
"default": {
"dest": "groups"
}
}
},
"m2m": {
"node": {
"logo": "person",
"title": " Contacts on LinkedIn",
"button": {
"text": "Connect to all"
},
"subtitle": "Send an invitation to people you already know on LinkedIn",
"type": "m2m",
"submitToastText": "Invitation sent",
"postResourcePath": "/li/v2/onboard/m2m"
},
"edges": {
"default": {
"dest": "m2g"
}
}
},
"influencers": {
"node": {
"resourcePath": "/li/v2/onboard/influencers",
"logo": "influencer",
"title": "Get insights from the world's top minds",
"subtitle": "Follow LinkedIn Influencers to hear what industry leaders have to say.",
"type": "influencers",
"submitToastText": "Following",
"postResourcePath": "/li/v2/onboard/influencers"
},
"edges": {
"default": {
"dest": "channels"
},
"options": [
{
"dest": null,
"predicate": [
"abi"
]
}
]
}
},
"channels": {
"node": {
"resourcePath": "/li/v2/onboard/channels",
"logo": "channel",
"title": "Stay up to date on your interests",
"subtitle": "Follow channels to get the top news and insights.",
"type": "channels",
"submitToastText": "Following",
"postResourcePath": "/li/v2/onboard/channels"
},
"edges": {
"default": {
"dest": null
}
}
},
"groups": {
"node": {
"resourcePath": "/li/v2/onboard/groups",
"logo": "group",
"title": "Have conversations with like-minded professionals",
"subtitle": "Join groups to keep your industry edge and make new connections.",
"type": "groups",
"submitToastText": "Request sent",
"postResourcePath": "/li/v2/onboard/groups"
},
"edges": {
"default": {
"dest": "influencers"
}
}
},
"m2g": {
"node": {
"logo": "person",
"title": " Contacts not on LinkedIn",
"button": {
"text": "Invite all"
},
"subtitle": "Turn your contacts into connections. Invite them to join you on LinkedIn.",
"type": "m2g",
"submitToastText": "Invitation sent",
"postResourcePath": "/li/v2/onboard/m2g"
},
"edges": {
"default": {
"dest": "groups"
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment