-
Notifications
You must be signed in to change notification settings - Fork 19
/
config.json
31 lines (30 loc) · 1.25 KB
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"version": "2.1",
"loginUrl": "https://api.2k.com/borderlands/users/authenticate",
"loginRedirectHeader": "X-CT-REDIRECT",
"sessionIdHeader": "X-SESSION-SET",
"sessionHeader": "X-SESSION",
"requestHeaders": {
"Origin": "https://borderlands.com",
"Referer": "https://borderlands.com/en-US/vip/"
},
"vipConfig": {
"codeListUrl": "https://www.reddit.com/r/borderlands3/comments/bxgq5p/borderlands_vip_program_codes/",
"codeListRowSelector": "[data-test-id='post-content'] tbody tr",
"codeListInvalidRegex": "no",
"codeListCheckIndex": 2,
"codeListCodeIndex": 0,
"codeListTypeIndex": 3,
"codeTypeUrlMap": {
"email": "https://2kgames.crowdtwist.com/code-redemption-campaign/redeem?cid=5264",
"creator": "https://2kgames.crowdtwist.com/code-redemption-campaign/redeem?cid=5263",
"vault": "https://2kgames.crowdtwist.com/code-redemption-campaign/redeem?cid=5261"
}
},
"shiftConfig": {
"codeListUrl": "https://shift.orcicorn.com/tags/borderlands3/index.json",
"codeInfoUrl": "https://api.2k.com/borderlands/code/",
"userInfoUrl": "https://api.2k.com/borderlands/users/me",
"gameCodename": "oak"
}
}