fingerprintjs-pro-server-api-node-sdk
fingerprintjs-pro-server-api-node-sdk copied to clipboard
Node.js wrapper for FingerprintJS Server API
This is just a suggestion on how to make the API slightly more ergonomic for some users (partially subjective). I was trying to validate a `requestId`, I did not check...
It would be nice if the library could expose the `Visit` data type. I want to do something like ```js /** * @param { import('@fingerprintjs/fingerprintjs-pro-server-api').Visit} visitData - does't work */...
There doesn't seem to be a way to tag users with the Server API as per https://dev.fingerprint.com/docs/tagging-information. This use-case is also described as per https://dev.fingerprint.com/docs/user-identification. Can we add this functionality?...
Hi, I'm trying to upgrade the sdk from v3 to v5. When using the `getVisitorHistory` API, the request hangs. I debugged the flow and it is caused by the cloning...
This PR upgrades the Server SDK to the **Server API v4**. It removes Server APIv3 specific behavior and aligns the SDK with the new events format shared by Server API...
Hi, We noticed that sometimes the service returns 500/502 errors and the response body is html. The code doesn't check the status code and tries to parse the body as...