7.4.9 • Published 1 month ago

@mindkey/recruiting-api-client v7.4.9

Weekly downloads
-
License
MIT
Repository
-
Last release
1 month 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.4.9

1 month ago

7.4.8

1 month ago

7.4.7

3 months ago

7.4.6

5 months ago

7.3.7

5 months ago

7.3.7-ci.23244

5 months ago

7.3.7-ci.21751

7 months ago