Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@mergeapi/merge-hris-node

Package Overview
Dependencies
Maintainers
4
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mergeapi/merge-hris-node

NodeJS client for @mergeapi/merge-hris-node

  • 1.3.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
4
Created
Source

Merge HRIS API TypeScript SDK

The unified API for building rich integrations with multiple HR Information System platforms.

This TypeScript package is automatically generated by the OpenAPI Generator project:

  • API version: 1.0
  • Package version: 1.3.0
  • Build package: org.openapitools.codegen.languages.TypeScriptNodeClientCodegen For more information, please visit https://www.merge.dev/

Requirements

Dependencies

  • bluebird: ^3.5.0
  • request: ^2.81.0
  • @types/bluebird: *
  • @types/request: *
  • rewire: ^3.0.2

Dev Dependencies

  • typescript: ^4.3.3
  • @types/node: ^15.12.2

Getting Started

Here is an example auth configuration for calling a Merge API:

import { AccountDetailsApi, HttpBearerAuth } from "@mergeapi/merge-hris-node";

const auth = new HttpBearerAuth();
auth.accessToken = "YOUR_API_KEY";

// Substitute AccountDetailsApi with the API you're trying to use
const apiInstance = new AccountDetailsApi();
apiInstance.setDefaultAuthentication(auth);

FAQs

Package last updated on 03 Jun 2022

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc