Skip to content

Instantly share code, notes, and snippets.

@egoldblum
Last active December 25, 2015 07:39
Show Gist options
  • Save egoldblum/6940822 to your computer and use it in GitHub Desktop.
Save egoldblum/6940822 to your computer and use it in GitHub Desktop.

Revisions

  1. egoldblum revised this gist Oct 15, 2013. 1 changed file with 23 additions and 6 deletions.
    29 changes: 23 additions & 6 deletions graph.json
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,19 @@
    {
    "root": {
    "default": {
    "dest": "pymk",
    "pathLength": 4
    },
    "options": [
    {
    "dest": "m2m",
    "predicate": [
    "abi"
    ],
    "pathLength": 4
    }
    ]
    },
    "graph": {
    "pymk": {
    "node": {
    @@ -48,12 +63,14 @@
    "default": {
    "dest": "channels"
    },
    "options": [{
    "dest": null,
    "predicate": [
    "abi"
    ]
    }]
    "options": [
    {
    "dest": null,
    "predicate": [
    "abi"
    ]
    }
    ]
    }
    },
    "channels": {
  2. egoldblum created this gist Oct 11, 2013.
    110 changes: 110 additions & 0 deletions graph.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,110 @@
    {
    "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"
    }
    }
    }
    }
    }