ArkeologeN / node-linkedin

LinkedIn 2.0 wrapper in Node.js
MIT License
163 stars 78 forks source link

Api added to get a single update of a company #61

Closed mystery-man closed 8 years ago

mystery-man commented 8 years ago

To get a single update now this method can be used.

linkedin.companies.getUpdate({companyId}, {Update_id}, function(err, data){ });

ArkeologeN commented 8 years ago

@mystery-man cheers, thanks! Could you please add info in README.md too? :)

mystery-man commented 8 years ago

@ArkeologeN Sure :)

mystery-man commented 8 years ago

@ArkeologeN Updated readme file. Added info about the get all updates and get single update of a company.