7.6.2 • Published 10 months ago

@mindkey/recruiting-api-client v7.6.2

Weekly downloads
-
License
MIT
Repository
-
Last release
10 months ago

MindKey Recruiting API Client

MindKey Recruiting API Client allows you to easily access your MindKey Recruiting data.

Please refer to the documentation for more information.

Install

npm install @mindkey/recruiting-api-client

Usage

const { VacancyClient } = require('@mindkey/recruiting-api-client');

async function main() {
  const client = new VacancyClient('https://recruiting.mindkey.com/api');
  const result = await client.getSimpleVacancyList('<insert-your-customer-id-here>', 'en-US');

  console.log(result);
}

main();
7.6.2

10 months ago

7.5.3

1 year ago

7.6.0

12 months ago

7.5.7

1 year ago

7.5.6

1 year ago

7.5.5

1 year ago

7.5.4

1 year ago

7.5.2

1 year ago

7.5.1

1 year ago

7.5.0

1 year ago

7.4.9

1 year ago

7.4.8

1 year ago

7.4.7

2 years ago

7.4.6

2 years ago

7.3.7

2 years ago

7.3.7-ci.23244

2 years ago

7.3.7-ci.21751

2 years ago