.. _f-linkedinaccess: module ``linkedin.linkedin_access`` =================================== .. inheritance-diagram:: manydataapi.linkedin.linkedin_access Short summary +++++++++++++ module ``manydataapi.linkedin.linkedin_access`` Provides functionalities around `LinkedIn `_. Some pointers: - `API LinkedIn `_ - `examples with LinkedIn API `_ - `using oauth `_ Existing Python libraries: - `python-linkedin `_ - `linkedin-client-library `_ Classes +++++++ +-------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | class | truncated documentation | +===============================================================================+=======================================================================================================================================================================+ | :class:`LinkedInAccess ` | This class manages the access to :epkg:`LinkedIn` functionalities. It assumes you requested an access to the `API LinkedIn `_ ... | +-------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------+ Methods +++++++ +-----------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------+ | method | truncated documentation | +===============================================================================================+=======================================================================================+ | :py:meth:`__init__ ` | All the following parameter are given when you request an access to :epkg:`linkedin`. | +-----------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------+ | :meth:`connect ` | Opens the connection to :epkg:`linkedin` (using the api_key and the secret_key). | +-----------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------+ | :meth:`get_connections ` | Retrieves the connection for a given profile. | +-----------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------+ | :meth:`get_profile ` | Returns the profile of the connected user. | +-----------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------+ | :meth:`search_profile ` | Searches profiles on linkedin, allowed parameters (replace _ by -): | +-----------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------+ Documentation +++++++++++++ .. automodule:: manydataapi.linkedin.linkedin_access :members: :special-members: __init__ :show-inheritance: