ozgur / python-linkedin

Python interface to the LinkedIn API
http://ozgur.github.com/python-linkedin/
MIT License
894 stars 392 forks source link

Method to submit company shares #73

Closed yprez closed 9 years ago

yprez commented 9 years ago

Added a method to submit company shares, according to: https://developer.linkedin.com/creating-company-shares

It's very similar to posting user shares, and technically could be replaced by passing a paremeter to submit_share.

Reviews appreciated.