1 Commits

Author SHA1 Message Date
43331ae226 👽 Increase BOLLE App-Version header to 5 2023-10-07 09:44:21 +02:00

View File

@ -73,7 +73,7 @@ export class BolleClient {
// Set the auth headers
"X-Auth-User": this.apiUser,
"X-Auth-Token": this.apiKey,
"App-Version": "4",
"App-Version": "5",
// Set the hash
"B-Hash": hash.digest("hex"),
"Content-Type": "application/json",