Skip to content

Commit

Permalink
methods and objects section
Browse files Browse the repository at this point in the history
  • Loading branch information
Ranork committed Jun 6, 2024
1 parent 1c13175 commit 96fb68d
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 96fb68d

Please sign in to comment.