UNPKG

@veryfi/veryfi-sdk

Version:

Node.js module for communicating with the Veryfi OCR API

10 lines (9 loc) 248 B
const Client = require('../client/constructor'); /** * Get API Base URL with API Version * @private * @returns {string} Base URL to Veryfi API */ Client.prototype._get_url = function () { return this.base_url + "api/" + this.api_version; }