Skip to content

Commit

Permalink
Merge pull request #33 from chemokita13/fix-feed-request
Browse files Browse the repository at this point in the history
update credentials
  • Loading branch information
chemokita13 authored Mar 22, 2024
2 parents ebbcfa0 + 108eccb commit d6613ee
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/BeFake/BeFake.ts
Original file line number Diff line number Diff line change
Expand Up @@ -479,10 +479,11 @@ export default class BeFake {
url: this.api_url + '/' + endpoint,
headers: {
Authorization: 'Bearer ' + this.token,
'bereal-app-version-code': '14549',
'bereal-signature': 'MToxNzA3NDgwMjI4OvR2hbFOdgnyAz1bfiCp68ul5sVZiHnv+NAZNySEcBfD',
'bereal-device-id': '937v3jb942b0h6u9',//this._generateRandomDeviceId(),
"bereal-app-version-code": "14549",
"bereal-signature":
"MToxNzEwOTU0MTc2OmPlM3WPWqPWRq7EseRiT98fErcmwWg1yUatGmYZnzaH",
"bereal-timezone": "Europe/Paris",
"bereal-device-id": "937v3jb942b0h6u9",
},
data: data,
params: params,
Expand Down

0 comments on commit d6613ee

Please sign in to comment.