From 96fb68d5484972636144b3d86eae6994dd482662 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emir=20O=C4=9EUZ?= Date: Thu, 6 Jun 2024 16:49:44 +0300 Subject: [PATCH] methods and objects section --- README.md | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 4476e9b..15dfd48 100644 --- a/README.md +++ b/README.md @@ -37,17 +37,16 @@ npm install auto-linkedin ## Methods and objects -| Class | Method | Explanation | Example | Publish Version | -|-----------------|--------------------|----------------------------------|------------------------------------------------------------|-----------------| -| Linkedin | login | Authentication for linkedin | Linkedin.login('email', 'password') | 1.0.0 | -| Linkedin | searchPeople | Find people from search | Linkedin.searchPeople({ keywords: 'venture capital'}, 100) | 1.0.0 | -| Linkedin | getLastConnections | Find latest connected people | Linkedin.getLastConnections(120) | 1.1.3 | -| Linkedin | getMyCompany | Get owned company | Linkedin.getMyCompany() | 1.1.3 | -| LinkedinProfile | visitProfile | Visit user's profile for a while | LinkedinProfile(Linkedin) | 1.1.0 | -| LinkedinProfile | connectionRequest | Send connection request | LinkedinProfile(Linkedin, 'Please add me!') | 1.1.0 | -| LinkedinCompany | fetchDetails | Fetch details of owned company | LinkedinCompany.fetchDetails(Linkedin) | 1.1.3 | -| LinkedinCompany | sendInvite | Send invitation to a user | LinkedinCompany.sendInvite(Linkedin, 'John Doe') | 1.1.3 | - +| Class | Method | Explanation | Publish Version | +|-----------------|--------------------|----------------------------------|-----------------| +| Linkedin | login | Authentication for linkedin | 1.0.0 | +| Linkedin | searchPeople | Find people from search | 1.0.0 | +| Linkedin | getLastConnections | Find latest connected people | 1.1.3 | +| Linkedin | getMyCompany | Get owned company | 1.1.3 | +| LinkedinProfile | visitProfile | Visit user's profile for a while | 1.1.0 | +| LinkedinProfile | connectionRequest | Send connection request | 1.1.0 | +| LinkedinCompany | fetchDetails | Fetch details of owned company | 1.1.3 | +| LinkedinCompany | sendInvite | Send invitation to a user | 1.1.3 | ## Usage