Fix main import and rework files for Bruno collection

This commit is contained in:
Yûki VACHOT 2025-11-29 06:24:02 +01:00
parent 16f3810210
commit d1f0ea2a70
43 changed files with 78 additions and 33 deletions

View file

@ -0,0 +1,22 @@
meta {
name: 25 - DEPRECATED v4/getSeasonsActiveStats
type: http
seq: 3
}
get {
url: {{GEOGUESSR_API_URL}}/v4/seasons/active/stats
body: none
auth: apikey
}
auth:apikey {
key: Cookie
value: _ncfa={{GEOGUESSR_NCFA_COOKIE}}
placement: header
}
settings {
encodeUrl: true
timeout: 0
}

View file

@ -0,0 +1,22 @@
meta {
name: 26 - DEPRECATED v4/getSeasonsPrevious
type: http
seq: 4
}
get {
url: {{GEOGUESSR_API_URL}}/v4/seasons/previous
body: none
auth: apikey
}
auth:apikey {
key: Cookie
value: _ncfa={{GEOGUESSR_NCFA_COOKIE}}
placement: header
}
settings {
encodeUrl: true
timeout: 0
}

View file

@ -0,0 +1,22 @@
meta {
name: 27 - DEPRECATED v4/getSeasonsNext
type: http
seq: 5
}
get {
url: {{GEOGUESSR_API_URL}}/v4/seasons/next
body: none
auth: apikey
}
auth:apikey {
key: Cookie
value: _ncfa={{GEOGUESSR_NCFA_COOKIE}}
placement: header
}
settings {
encodeUrl: true
timeout: 0
}

View file

@ -0,0 +1,22 @@
meta {
name: 29 - DEPRECATED v3/getCompetitions
type: http
seq: 6
}
get {
url: {{GEOGUESSR_API_URL}}/v3/competitions
body: none
auth: apikey
}
auth:apikey {
key: Cookie
value: _ncfa={{GEOGUESSR_NCFA_COOKIE}}
placement: header
}
settings {
encodeUrl: true
timeout: 0
}

View file

@ -0,0 +1,22 @@
meta {
name: 33 - DEPRECATED v4/getSeasonsGameBattleRoyaleCountries
type: http
seq: 7
}
get {
url: {{GEOGUESSR_API_URL}}/v4/seasons/game/BattleRoyaleCountries
body: none
auth: apikey
}
auth:apikey {
key: Cookie
value: _ncfa={{GEOGUESSR_NCFA_COOKIE}}
placement: header
}
settings {
encodeUrl: true
timeout: 0
}

View file

@ -0,0 +1,22 @@
meta {
name: 34 - DEPRECATED game-server/getDuelsDuel
type: http
seq: 8
}
get {
url: {{GAME_SERVER_URL}}/duels/<duel_game_ID_here>
body: none
auth: apikey
}
auth:apikey {
key: Cookie
value: _ncfa={{GEOGUESSR_NCFA_COOKIE}}
placement: header
}
settings {
encodeUrl: true
timeout: 0
}

View file

@ -0,0 +1,22 @@
meta {
name: 7 - DEPRECATED v3/getProfilesAchivements
type: http
seq: 1
}
get {
url: {{GEOGUESSR_API_URL}}/v3/profiles/achievements
body: none
auth: apikey
}
auth:apikey {
key: Cookie
value: _ncfa={{GEOGUESSR_NCFA_COOKIE}}
placement: header
}
settings {
encodeUrl: true
timeout: 0
}

View file

@ -0,0 +1,22 @@
meta {
name: 8 - DEPRECATED v4/getObjectives
type: http
seq: 2
}
get {
url: {{GEOGUESSR_API_URL}}/v4/objectives
body: none
auth: apikey
}
auth:apikey {
key: Cookie
value: _ncfa={{GEOGUESSR_NCFA_COOKIE}}
placement: header
}
settings {
encodeUrl: true
timeout: 0
}

View file

@ -0,0 +1,8 @@
meta {
name: deprecated
seq: 30
}
auth {
mode: inherit
}