@mergeapi/merge-ats-node
TypeScript icon, indicating that this package has built-in type declarations

1.0.10 • Public • Published

Merge ATS API TypeScript SDK

The unified API for building rich integrations with multiple Applicant Tracking System platforms.

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

  • API version: 1.0
  • Package version: 1.0.9
  • 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-ats-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);

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.10
    502
    • latest

Version History

Package Sidebar

Install

npm i @mergeapi/merge-ats-node

Weekly Downloads

684

Version

1.0.10

License

MIT

Unpacked Size

978 kB

Total Files

422

Last publish

Collaborators

  • hasanafzal
  • rmkonnur
  • ankit.deshmukh
  • quentindnorris
  • welegan
  • dan-merge
  • henrybaer