2.0.2 • Published 8 years ago

dbc-node-borchk v2.0.2

Weekly downloads
4
License
GPL-3.0
Repository
github
Last release
8 years ago

dbc-node-borchk

David David

Node borrow check wrapper module for the DBC webservice https://borchk.addi.dk/.

BORCHK is a web service used by systems and interfaces for lookup in library borrower records, to verify whether a user is enrolled, and whether he is a citizen of the municipality.

Borchk.getBorrowerCheckResult(values):Promise

Method for creating a borrow check request for a specific user.

This method returns a borrow check result from the webservice containing simple response which can be "ok" or "borrower_not_found".

Example:

params = {
  userId: '',
  userPincode: ''
};

Borchk.getBorrowerCheckResult(params);
2.0.2

8 years ago

2.0.1

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago