1.3.0 • Published 2 years ago

@mergeapi/merge-hris-node v1.3.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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);
1.3.0

2 years ago

1.2.8

2 years ago

1.2.7

2 years ago

1.2.6

2 years ago

1.2.5

2 years ago

1.2.4

2 years ago

1.2.3

2 years ago

1.2.2

2 years ago

1.2.1

2 years ago

1.2.0

2 years ago

1.0.18

3 years ago

1.0.17

3 years ago

1.0.16

3 years ago

1.0.15

3 years ago

1.0.14

3 years ago

1.0.13

3 years ago

1.0.11

3 years ago

1.0.12

3 years ago

1.0.10

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago