Skip to content

Commit

Permalink
Readme updated
Browse files Browse the repository at this point in the history
  • Loading branch information
mystery-man committed Feb 23, 2016
1 parent 81c4786 commit 59c7448
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Expand Up @@ -167,6 +167,14 @@ linkedin.companies.multiple('162479,universal-name=linkedin', function(err, comp
linkedin.companies.asAdmin(function(err, companies) {
// Here you go
});

linkedin.companies.updates('162479', function(err, company) {
// Gets all the updates(Posts) along with their details of a company
});

linkedin.companies.getUpdate('162479','UPDATE-c1337-998877665544332211',function(err, companies) {
// Gets the detail of a single update(Post) of a company
});
```
## Profile
Expand Down

0 comments on commit 59c7448

Please sign in to comment.