1.2.6 • Published 3 years ago

clinch-talent v1.2.6

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

#Clinch Javascript Client

Build Status

##Getting Started

This Javascript client allows developers to connect to the PageUp Recruitment Marketing API to access their data. In order to use the client you must have a valid PageUp Recruitment Marketing account and valid API keys. The steps to obtain keys can be found on our knowledge portal.

##Using the Module

Install the module:

npm install clinch-talent

Require the module:

var clinchTalent = require('clinch-talent');

Use the module to get candidate data:

var client = new clinchTalent("YOUR-KEY", "YOUR-SECRET");
client.getCandidates(function (error, response, body) {console.log(response.statusCode)}); // Get data for the collection of candidates and log response statusCode
client.getCandidate('candidateId', function (error, response, body) {console.log(JSON.parse(response.body))}); // Get data for an individual candidate using the candidate's ID and log the response body
1.2.6

3 years ago

1.2.5

3 years ago

1.2.4

6 years ago

1.2.3

6 years ago

1.2.2

6 years ago

1.2.1

6 years ago

1.2.0

6 years ago

1.1.9

6 years ago

1.1.8

7 years ago

1.1.7

7 years ago

1.1.5

7 years ago

1.1.3

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.1.0

8 years ago

1.0.0

8 years ago