Hi, I notice that in its current state this library doesn't work right now.
The version provided in the http headers to the API is fixed at 4.7.0 which is no longer accepted by the European servers.
This PR allows users of the library to set the API version to future poof around this problem and updates the README to suggest users provide version 4.9.0, which according to my testing with BURP is the value currently supplied by the LibreLinkUp app.
I'm not versed in, or familiar with writing or testing TypeScript code or working with node, so if you need extra changes to accept this PR and release a new version of the library please let me know and I'll do my best to get the PR into a mergeable state.
Hi, I notice that in its current state this library doesn't work right now.
The
version
provided in the http headers to the API is fixed at4.7.0
which is no longer accepted by the European servers.This PR allows users of the library to set the API version to future poof around this problem and updates the README to suggest users provide version
4.9.0
, which according to my testing with BURP is the value currently supplied by the LibreLinkUp app.I'm not versed in, or familiar with writing or testing TypeScript code or working with node, so if you need extra changes to accept this PR and release a new version of the library please let me know and I'll do my best to get the PR into a mergeable state.