.. _l-methods: Methods ======= .. contents:: :local: :depth: 1 Summary +++++++ +-----------------------------------------------------------------------------------------------+---------------------+---------------------------------------------------------------------------------------+ | method | class parent | truncated documentation | +===============================================================================================+=====================+=======================================================================================+ | :py:meth:`__init__ ` | LinkedInAccess | All the following parameter are given when you request an access to :epkg:`linkedin`. | +-----------------------------------------------------------------------------------------------+---------------------+---------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | DataCollectJCDecaux | | +-----------------------------------------------------------------------------------------------+---------------------+---------------------------------------------------------------------------------------+ | :meth:`collecting_data ` | DataCollectJCDecaux | Collects data for a period of time. | +-----------------------------------------------------------------------------------------------+---------------------+---------------------------------------------------------------------------------------+ | :meth:`connect ` | LinkedInAccess | Opens the connection to :epkg:`linkedin` (using the api_key and the secret_key). | +-----------------------------------------------------------------------------------------------+---------------------+---------------------------------------------------------------------------------------+ | :meth:`get_connections ` | LinkedInAccess | Retrieves the connection for a given profile. | +-----------------------------------------------------------------------------------------------+---------------------+---------------------------------------------------------------------------------------+ | :meth:`get_contracts ` | DataCollectJCDecaux | Returns the list of contracts. | +-----------------------------------------------------------------------------------------------+---------------------+---------------------------------------------------------------------------------------+ | :meth:`get_json ` | DataCollectJCDecaux | Returns the data associated to a contract. | +-----------------------------------------------------------------------------------------------+---------------------+---------------------------------------------------------------------------------------+ | :meth:`get_profile ` | LinkedInAccess | Returns the profile of the connected user. | +-----------------------------------------------------------------------------------------------+---------------------+---------------------------------------------------------------------------------------+ | :meth:`search_profile ` | LinkedInAccess | Searches profiles on linkedin, allowed parameters (replace _ by -): | +-----------------------------------------------------------------------------------------------+---------------------+---------------------------------------------------------------------------------------+