Socket
Socket
Sign inDemoInstall

bmw-lac

Package Overview
Dependencies
14
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    bmw-lac

Linkedin client


Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Install size
2.40 MB
Created
Weekly downloads
 

Readme

Source

Linkedin API Client

Node.js client for Linkedin API

Install

npm i bmw-lac

Usage

import { LinkedinClient } from 'bmw-tac';

const linkedinClient = new LinkedinClient({
  bearerToken: '<YOUR-LINKEDIN-BEARER-TOKEN>',
  xRestliProtocolVersion: '2.0.0',
  linkedinVersion: '2.0.0',
});

See all available methods here.

Configuration

You can configure the caching behavior upon instantiation of the client:

const linkedinClient = new LinkedinClient({
  bearerToken: '<YOUR-LINKEDIN-BEARER-TOKEN>',
  xRestliProtocolVersion: '2.0.0',
  linkedinVersion: '2.0.0',
  ttl: 120, // seconds. Defaults to 360
  disableCache: true, // Disables the caching behavior. Defaults to 'false'
  maxByteSize: 32000000, // Maximum (approximated) memory size for cache store. Defaults to 16000000.
});

Keywords

FAQs

Last updated on 05 Dec 2022

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc