diff --git a/tools/bruno/Geoguessr API Collection/1 - v4-getActivities.bru b/tools/bruno/Geoguessr API Collection/1 - v4-getActivities.bru new file mode 100644 index 0000000..8fb1273 --- /dev/null +++ b/tools/bruno/Geoguessr API Collection/1 - v4-getActivities.bru @@ -0,0 +1,22 @@ +meta { + name: 1 - v4/getActivities + type: http + seq: 3 +} + +get { + url: {{GEOGUESSR_API_URL}}/v4/feed/private + body: none + auth: apikey +} + +auth:apikey { + key: Cookie + value: _ncfa={{GEOGUESSR_NCFA_COOKIE}} + placement: header +} + +settings { + encodeUrl: true + timeout: 0 +} diff --git a/tools/bruno/Geoguessr API Collection/10 - v3-getSocialBadgesUnclaimed.bru b/tools/bruno/Geoguessr API Collection/10 - v3-getSocialBadgesUnclaimed.bru new file mode 100644 index 0000000..ccf9fef --- /dev/null +++ b/tools/bruno/Geoguessr API Collection/10 - v3-getSocialBadgesUnclaimed.bru @@ -0,0 +1,22 @@ +meta { + name: 10 - v3/getSocialBadgesUnclaimed + type: http + seq: 10 +} + +get { + url: {{GEOGUESSR_API_URL}}/v3/social/badges/unclaimed + body: none + auth: apikey +} + +auth:apikey { + key: Cookie + value: _ncfa={{GEOGUESSR_NCFA_COOKIE}} + placement: header +} + +settings { + encodeUrl: true + timeout: 0 +} diff --git a/tools/bruno/Geoguessr API Collection/11 - v3-getSocialEventsUnfinishedGames.bru b/tools/bruno/Geoguessr API Collection/11 - v3-getSocialEventsUnfinishedGames.bru new file mode 100644 index 0000000..4168771 --- /dev/null +++ b/tools/bruno/Geoguessr API Collection/11 - v3-getSocialEventsUnfinishedGames.bru @@ -0,0 +1,22 @@ +meta { + name: 11 - v3/getSocialEventsUnfinishedGames + type: http + seq: 11 +} + +get { + url: {{GEOGUESSR_API_URL}}/v3/social/events/unfinishedgames + body: none + auth: apikey +} + +auth:apikey { + key: Cookie + value: _ncfa={{GEOGUESSR_NCFA_COOKIE}} + placement: header +} + +settings { + encodeUrl: true + timeout: 0 +} diff --git a/tools/bruno/Geoguessr API Collection/12 - v3-getProfilesMaps.bru b/tools/bruno/Geoguessr API Collection/12 - v3-getProfilesMaps.bru new file mode 100644 index 0000000..d4bc52b --- /dev/null +++ b/tools/bruno/Geoguessr API Collection/12 - v3-getProfilesMaps.bru @@ -0,0 +1,22 @@ +meta { + name: 12 - v3/getProfilesMaps + type: http + seq: 12 +} + +get { + url: {{GEOGUESSR_API_URL}}/v3/profiles/maps + body: none + auth: apikey +} + +auth:apikey { + key: Cookie + value: _ncfa={{GEOGUESSR_NCFA_COOKIE}} + placement: header +} + +settings { + encodeUrl: true + timeout: 0 +} diff --git a/tools/bruno/Geoguessr API Collection/13 - v3-getMapLikes.bru b/tools/bruno/Geoguessr API Collection/13 - v3-getMapLikes.bru new file mode 100644 index 0000000..db3675c --- /dev/null +++ b/tools/bruno/Geoguessr API Collection/13 - v3-getMapLikes.bru @@ -0,0 +1,22 @@ +meta { + name: 13 - v3/getMapLikes + type: http + seq: 13 +} + +get { + url: {{GEOGUESSR_API_URL}}/v3/likes + body: none + auth: apikey +} + +auth:apikey { + key: Cookie + value: _ncfa={{GEOGUESSR_NCFA_COOKIE}} + placement: header +} + +settings { + encodeUrl: true + timeout: 0 +} diff --git a/tools/bruno/Geoguessr API Collection/14 - v4-getStatsMe.bru b/tools/bruno/Geoguessr API Collection/14 - v4-getStatsMe.bru new file mode 100644 index 0000000..e02a221 --- /dev/null +++ b/tools/bruno/Geoguessr API Collection/14 - v4-getStatsMe.bru @@ -0,0 +1,22 @@ +meta { + name: 14 - v4/getStatsMe + type: http + seq: 14 +} + +get { + url: {{GEOGUESSR_API_URL}}/v4/stats/me + body: none + auth: apikey +} + +auth:apikey { + key: Cookie + value: _ncfa={{GEOGUESSR_NCFA_COOKIE}} + placement: header +} + +settings { + encodeUrl: true + timeout: 0 +} diff --git a/tools/bruno/Geoguessr API Collection/15 - v3-getProfilesStats.bru b/tools/bruno/Geoguessr API Collection/15 - v3-getProfilesStats.bru new file mode 100644 index 0000000..329fc63 --- /dev/null +++ b/tools/bruno/Geoguessr API Collection/15 - v3-getProfilesStats.bru @@ -0,0 +1,22 @@ +meta { + name: 15 - v3/getProfilesStats + type: http + seq: 15 +} + +get { + url: {{GEOGUESSR_API_URL}}/v3/profiles/stats + body: none + auth: apikey +} + +auth:apikey { + key: Cookie + value: _ncfa={{GEOGUESSR_NCFA_COOKIE}} + placement: header +} + +settings { + encodeUrl: true + timeout: 0 +} diff --git a/tools/bruno/Geoguessr API Collection/16 - v3-getSubscriptions.bru b/tools/bruno/Geoguessr API Collection/16 - v3-getSubscriptions.bru new file mode 100644 index 0000000..368f170 --- /dev/null +++ b/tools/bruno/Geoguessr API Collection/16 - v3-getSubscriptions.bru @@ -0,0 +1,22 @@ +meta { + name: 16 - v3/getSubscriptions + type: http + seq: 16 +} + +get { + url: {{GEOGUESSR_API_URL}}/v3/subscriptions + body: none + auth: apikey +} + +auth:apikey { + key: Cookie + value: _ncfa={{GEOGUESSR_NCFA_COOKIE}} + placement: header +} + +settings { + encodeUrl: true + timeout: 0 +} diff --git a/tools/bruno/Geoguessr API Collection/17 - v3-getExplorer.bru b/tools/bruno/Geoguessr API Collection/17 - v3-getExplorer.bru new file mode 100644 index 0000000..ff31235 --- /dev/null +++ b/tools/bruno/Geoguessr API Collection/17 - v3-getExplorer.bru @@ -0,0 +1,22 @@ +meta { + name: 17 - v3/getExplorer + type: http + seq: 17 +} + +get { + url: {{GEOGUESSR_API_URL}}/v3/explorer + body: none + auth: apikey +} + +auth:apikey { + key: Cookie + value: _ncfa={{GEOGUESSR_NCFA_COOKIE}} + placement: header +} + +settings { + encodeUrl: true + timeout: 0 +} diff --git a/tools/bruno/Geoguessr API Collection/18 - v3-postAccountsSignin.bru b/tools/bruno/Geoguessr API Collection/18 - v3-postAccountsSignin.bru new file mode 100644 index 0000000..f903910 --- /dev/null +++ b/tools/bruno/Geoguessr API Collection/18 - v3-postAccountsSignin.bru @@ -0,0 +1,22 @@ +meta { + name: 18 - v3/postAccountsSignin + type: http + seq: 18 +} + +post { + url: {{GEOGUESSR_API_URL}}/v3/accounts/signin + body: none + auth: apikey +} + +auth:apikey { + key: Cookie + value: _ncfa={{GEOGUESSR_NCFA_COOKIE}} + placement: header +} + +settings { + encodeUrl: true + timeout: 0 +} diff --git a/tools/bruno/Geoguessr API Collection/19 - v3-postAccountsSignout.bru b/tools/bruno/Geoguessr API Collection/19 - v3-postAccountsSignout.bru new file mode 100644 index 0000000..486f18c --- /dev/null +++ b/tools/bruno/Geoguessr API Collection/19 - v3-postAccountsSignout.bru @@ -0,0 +1,22 @@ +meta { + name: 19 - v3/postAccountsSignout + type: http + seq: 19 +} + +post { + url: {{GEOGUESSR_API_URL}}/v3/accounts/signout + body: none + auth: apikey +} + +auth:apikey { + key: Cookie + value: _ncfa={{GEOGUESSR_NCFA_COOKIE}} + placement: header +} + +settings { + encodeUrl: true + timeout: 0 +} diff --git a/tools/bruno/Geoguessr API Collection/v3/getProfiles.bru b/tools/bruno/Geoguessr API Collection/2 - v3-getProfiles.bru similarity index 86% rename from tools/bruno/Geoguessr API Collection/v3/getProfiles.bru rename to tools/bruno/Geoguessr API Collection/2 - v3-getProfiles.bru index 2b303c7..85391a0 100644 --- a/tools/bruno/Geoguessr API Collection/v3/getProfiles.bru +++ b/tools/bruno/Geoguessr API Collection/2 - v3-getProfiles.bru @@ -1,7 +1,7 @@ meta { - name: getProfiles + name: 2 - v3/getProfiles type: http - seq: 1 + seq: 4 } get { diff --git a/tools/bruno/Geoguessr API Collection/20 - v4-getTrophiesUser.bru b/tools/bruno/Geoguessr API Collection/20 - v4-getTrophiesUser.bru new file mode 100644 index 0000000..600cd5e --- /dev/null +++ b/tools/bruno/Geoguessr API Collection/20 - v4-getTrophiesUser.bru @@ -0,0 +1,22 @@ +meta { + name: 20 - v4/getTrophiesUser + type: http + seq: 20 +} + +get { + url: {{GEOGUESSR_API_URL}}/v4/trophies/ + body: none + auth: apikey +} + +auth:apikey { + key: Cookie + value: _ncfa={{GEOGUESSR_NCFA_COOKIE}} + placement: header +} + +settings { + encodeUrl: true + timeout: 0 +} diff --git a/tools/bruno/Geoguessr API Collection/21 - v3-getGamesGame.bru b/tools/bruno/Geoguessr API Collection/21 - v3-getGamesGame.bru new file mode 100644 index 0000000..010beea --- /dev/null +++ b/tools/bruno/Geoguessr API Collection/21 - v3-getGamesGame.bru @@ -0,0 +1,22 @@ +meta { + name: 21 - v3/getGamesGame + type: http + seq: 21 +} + +get { + url: {{GEOGUESSR_API_URL}}/v3/games/ + body: none + auth: apikey +} + +auth:apikey { + key: Cookie + value: _ncfa={{GEOGUESSR_NCFA_COOKIE}} + placement: header +} + +settings { + encodeUrl: true + timeout: 0 +} diff --git a/tools/bruno/Geoguessr API Collection/22 - v3-getSocialMapsBrowsePopularRandom.bru b/tools/bruno/Geoguessr API Collection/22 - v3-getSocialMapsBrowsePopularRandom.bru new file mode 100644 index 0000000..1352960 --- /dev/null +++ b/tools/bruno/Geoguessr API Collection/22 - v3-getSocialMapsBrowsePopularRandom.bru @@ -0,0 +1,22 @@ +meta { + name: 22 - v3/getSocialMapsBrowsePopularRandom + type: http + seq: 22 +} + +get { + url: {{GEOGUESSR_API_URL}}/v3/social/maps/browse/popular/random + body: none + auth: apikey +} + +auth:apikey { + key: Cookie + value: _ncfa={{GEOGUESSR_NCFA_COOKIE}} + placement: header +} + +settings { + encodeUrl: true + timeout: 0 +} diff --git a/tools/bruno/Geoguessr API Collection/23_1 - v3-getChallengesDailyChallengesToday.bru b/tools/bruno/Geoguessr API Collection/23_1 - v3-getChallengesDailyChallengesToday.bru new file mode 100644 index 0000000..f96d200 --- /dev/null +++ b/tools/bruno/Geoguessr API Collection/23_1 - v3-getChallengesDailyChallengesToday.bru @@ -0,0 +1,22 @@ +meta { + name: 23_1 - v3/getChallengesDailyChallengesToday + type: http + seq: 23 +} + +get { + url: {{GEOGUESSR_API_URL}}/v3/challenges/daily-challenges/today + body: none + auth: apikey +} + +auth:apikey { + key: Cookie + value: _ncfa={{GEOGUESSR_NCFA_COOKIE}} + placement: header +} + +settings { + encodeUrl: true + timeout: 0 +} diff --git a/tools/bruno/Geoguessr API Collection/23_2 - v3-getChallengesDailyChallengesPrevious.bru b/tools/bruno/Geoguessr API Collection/23_2 - v3-getChallengesDailyChallengesPrevious.bru new file mode 100644 index 0000000..bca965b --- /dev/null +++ b/tools/bruno/Geoguessr API Collection/23_2 - v3-getChallengesDailyChallengesPrevious.bru @@ -0,0 +1,22 @@ +meta { + name: 23_2 - v3/getChallengesDailyChallengesPrevious + type: http + seq: 24 +} + +get { + url: {{GEOGUESSR_API_URL}}/v3/challenges/daily-challenges/previous + body: none + auth: apikey +} + +auth:apikey { + key: Cookie + value: _ncfa={{GEOGUESSR_NCFA_COOKIE}} + placement: header +} + +settings { + encodeUrl: true + timeout: 0 +} diff --git a/tools/bruno/Geoguessr API Collection/24 - v3-getChallengesChallenge.bru b/tools/bruno/Geoguessr API Collection/24 - v3-getChallengesChallenge.bru new file mode 100644 index 0000000..51d4148 --- /dev/null +++ b/tools/bruno/Geoguessr API Collection/24 - v3-getChallengesChallenge.bru @@ -0,0 +1,22 @@ +meta { + name: 24 - v3/getChallengesChallenge + type: http + seq: 25 +} + +get { + url: {{GEOGUESSR_API_URL}}/v3/challenges/ + body: none + auth: apikey +} + +auth:apikey { + key: Cookie + value: _ncfa={{GEOGUESSR_NCFA_COOKIE}} + placement: header +} + +settings { + encodeUrl: true + timeout: 0 +} diff --git a/tools/bruno/Geoguessr API Collection/28 - v3-getExperiments.bru b/tools/bruno/Geoguessr API Collection/28 - v3-getExperiments.bru new file mode 100644 index 0000000..6a58c3f --- /dev/null +++ b/tools/bruno/Geoguessr API Collection/28 - v3-getExperiments.bru @@ -0,0 +1,22 @@ +meta { + name: 28 - v3/getExperiments + type: http + seq: 26 +} + +get { + url: {{GEOGUESSR_API_URL}}/v3/experiments + body: none + auth: apikey +} + +auth:apikey { + key: Cookie + value: _ncfa={{GEOGUESSR_NCFA_COOKIE}} + placement: header +} + +settings { + encodeUrl: true + timeout: 0 +} diff --git a/tools/bruno/Geoguessr API Collection/3 - v4-getNotifications.bru b/tools/bruno/Geoguessr API Collection/3 - v4-getNotifications.bru new file mode 100644 index 0000000..059333e --- /dev/null +++ b/tools/bruno/Geoguessr API Collection/3 - v4-getNotifications.bru @@ -0,0 +1,22 @@ +meta { + name: 3 - v4/getNotifications + type: http + seq: 5 +} + +get { + url: {{GEOGUESSR_API_URL}}/v4/notifications + body: none + auth: apikey +} + +auth:apikey { + key: Cookie + value: _ncfa={{GEOGUESSR_NCFA_COOKIE}} + placement: header +} + +settings { + encodeUrl: true + timeout: 0 +} diff --git a/tools/bruno/Geoguessr API Collection/30 - maps-getMap.bru b/tools/bruno/Geoguessr API Collection/30 - maps-getMap.bru new file mode 100644 index 0000000..f48f056 --- /dev/null +++ b/tools/bruno/Geoguessr API Collection/30 - maps-getMap.bru @@ -0,0 +1,22 @@ +meta { + name: 30 - maps/getMap + type: http + seq: 27 +} + +get { + url: {{GEOGUESSR_API_URL}}/maps/World + body: none + auth: apikey +} + +auth:apikey { + key: Cookie + value: _ncfa={{GEOGUESSR_NCFA_COOKIE}} + placement: header +} + +settings { + encodeUrl: true + timeout: 0 +} diff --git a/tools/bruno/Geoguessr API Collection/31 - game-server-getBattleRoyaleGame.bru b/tools/bruno/Geoguessr API Collection/31 - game-server-getBattleRoyaleGame.bru new file mode 100644 index 0000000..f6ccc7c --- /dev/null +++ b/tools/bruno/Geoguessr API Collection/31 - game-server-getBattleRoyaleGame.bru @@ -0,0 +1,22 @@ +meta { + name: 31 - game-server/getBattleRoyaleGame + type: http + seq: 28 +} + +get { + url: {{GAME_SERVER_URL}}/battle-royale/ + body: none + auth: apikey +} + +auth:apikey { + key: Cookie + value: _ncfa={{GEOGUESSR_NCFA_COOKIE}} + placement: header +} + +settings { + encodeUrl: true + timeout: 0 +} diff --git a/tools/bruno/Geoguessr API Collection/32 - game-server-getLobbyGame.bru b/tools/bruno/Geoguessr API Collection/32 - game-server-getLobbyGame.bru new file mode 100644 index 0000000..4d11c8e --- /dev/null +++ b/tools/bruno/Geoguessr API Collection/32 - game-server-getLobbyGame.bru @@ -0,0 +1,22 @@ +meta { + name: 32 - game-server/getLobbyGame + type: http + seq: 29 +} + +get { + url: {{GAME_SERVER_URL}}/lobby/ + body: none + auth: apikey +} + +auth:apikey { + key: Cookie + value: _ncfa={{GEOGUESSR_NCFA_COOKIE}} + placement: header +} + +settings { + encodeUrl: true + timeout: 0 +} diff --git a/tools/bruno/Geoguessr API Collection/35 - game-server-getTournaments.bru b/tools/bruno/Geoguessr API Collection/35 - game-server-getTournaments.bru new file mode 100644 index 0000000..3514908 --- /dev/null +++ b/tools/bruno/Geoguessr API Collection/35 - game-server-getTournaments.bru @@ -0,0 +1,22 @@ +meta { + name: 35 - game-server/getTournaments + type: http + seq: 30 +} + +get { + url: {{GAME_SERVER_URL}}/tournaments + body: none + auth: apikey +} + +auth:apikey { + key: Cookie + value: _ncfa={{GEOGUESSR_NCFA_COOKIE}} + placement: header +} + +settings { + encodeUrl: true + timeout: 0 +} diff --git a/tools/bruno/Geoguessr API Collection/4 - v3-getFriends.bru b/tools/bruno/Geoguessr API Collection/4 - v3-getFriends.bru new file mode 100644 index 0000000..c75d3de --- /dev/null +++ b/tools/bruno/Geoguessr API Collection/4 - v3-getFriends.bru @@ -0,0 +1,22 @@ +meta { + name: 4 - v3/getFriends + type: http + seq: 6 +} + +get { + url: {{GEOGUESSR_API_URL}}/v3/social/friends + body: none + auth: apikey +} + +auth:apikey { + key: Cookie + value: _ncfa={{GEOGUESSR_NCFA_COOKIE}} + placement: header +} + +settings { + encodeUrl: true + timeout: 0 +} diff --git a/tools/bruno/Geoguessr API Collection/5 - v3-getFriendsSummary.bru b/tools/bruno/Geoguessr API Collection/5 - v3-getFriendsSummary.bru new file mode 100644 index 0000000..7f033e8 --- /dev/null +++ b/tools/bruno/Geoguessr API Collection/5 - v3-getFriendsSummary.bru @@ -0,0 +1,22 @@ +meta { + name: 5 - v3/getFriendsSummary + type: http + seq: 7 +} + +get { + url: {{GEOGUESSR_API_URL}}/v3/social/friends/summary + body: none + auth: apikey +} + +auth:apikey { + key: Cookie + value: _ncfa={{GEOGUESSR_NCFA_COOKIE}} + placement: header +} + +settings { + encodeUrl: true + timeout: 0 +} diff --git a/tools/bruno/Geoguessr API Collection/6 - v3-getFriendships.bru b/tools/bruno/Geoguessr API Collection/6 - v3-getFriendships.bru new file mode 100644 index 0000000..9323145 --- /dev/null +++ b/tools/bruno/Geoguessr API Collection/6 - v3-getFriendships.bru @@ -0,0 +1,22 @@ +meta { + name: 6 - v3/getFriendships + type: http + seq: 8 +} + +get { + url: {{GEOGUESSR_API_URL}}/v3/social/friendships + body: none + auth: apikey +} + +auth:apikey { + key: Cookie + value: _ncfa={{GEOGUESSR_NCFA_COOKIE}} + placement: header +} + +settings { + encodeUrl: true + timeout: 0 +} diff --git a/tools/bruno/Geoguessr API Collection/9 - v3-getPersonalizedMap.bru b/tools/bruno/Geoguessr API Collection/9 - v3-getPersonalizedMap.bru new file mode 100644 index 0000000..8c4093e --- /dev/null +++ b/tools/bruno/Geoguessr API Collection/9 - v3-getPersonalizedMap.bru @@ -0,0 +1,26 @@ +meta { + name: 9 - v3/getPersonalizedMap + type: http + seq: 9 +} + +get { + url: {{GEOGUESSR_API_URL}}/v3/social/maps/browse/personalized + body: none + auth: apikey +} + +auth:apikey { + key: Cookie + value: _ncfa={{GEOGUESSR_NCFA_COOKIE}} + placement: header +} + +settings { + encodeUrl: true + timeout: 0 +} + +docs { + personalised map for the currently logged-in user +} diff --git a/tools/bruno/Geoguessr API Collection/README (Docs).bru b/tools/bruno/Geoguessr API Collection/README (Docs).bru new file mode 100644 index 0000000..cefdb12 --- /dev/null +++ b/tools/bruno/Geoguessr API Collection/README (Docs).bru @@ -0,0 +1,21 @@ +meta { + name: README (Docs) + type: http + seq: 2 +} + +get { + url: + body: none + auth: inherit +} + +settings { + encodeUrl: true + timeout: 0 +} + +docs { + API Endpoints coming from: + https://efisha.com/2022/04/18/geoguessr-api-endpoints/ +} diff --git a/tools/bruno/Geoguessr API Collection/deprecated/25 - DEPRECATED v4-getSeasonsActiveStats.bru b/tools/bruno/Geoguessr API Collection/deprecated/25 - DEPRECATED v4-getSeasonsActiveStats.bru new file mode 100644 index 0000000..b9d0f19 --- /dev/null +++ b/tools/bruno/Geoguessr API Collection/deprecated/25 - DEPRECATED v4-getSeasonsActiveStats.bru @@ -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 +} diff --git a/tools/bruno/Geoguessr API Collection/deprecated/26 - DEPRECATED v4-getSeasonsPrevious.bru b/tools/bruno/Geoguessr API Collection/deprecated/26 - DEPRECATED v4-getSeasonsPrevious.bru new file mode 100644 index 0000000..e93ef87 --- /dev/null +++ b/tools/bruno/Geoguessr API Collection/deprecated/26 - DEPRECATED v4-getSeasonsPrevious.bru @@ -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 +} diff --git a/tools/bruno/Geoguessr API Collection/deprecated/27 - DEPRECATED v4-getSeasonsNext.bru b/tools/bruno/Geoguessr API Collection/deprecated/27 - DEPRECATED v4-getSeasonsNext.bru new file mode 100644 index 0000000..f0405ab --- /dev/null +++ b/tools/bruno/Geoguessr API Collection/deprecated/27 - DEPRECATED v4-getSeasonsNext.bru @@ -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 +} diff --git a/tools/bruno/Geoguessr API Collection/deprecated/29 - DEPRECATED v3-getCompetitions.bru b/tools/bruno/Geoguessr API Collection/deprecated/29 - DEPRECATED v3-getCompetitions.bru new file mode 100644 index 0000000..db35f09 --- /dev/null +++ b/tools/bruno/Geoguessr API Collection/deprecated/29 - DEPRECATED v3-getCompetitions.bru @@ -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 +} diff --git a/tools/bruno/Geoguessr API Collection/deprecated/33 - DEPRECATED v4-getSeasonsGameBattleRoyaleCountries.bru b/tools/bruno/Geoguessr API Collection/deprecated/33 - DEPRECATED v4-getSeasonsGameBattleRoyaleCountries.bru new file mode 100644 index 0000000..0de1bd5 --- /dev/null +++ b/tools/bruno/Geoguessr API Collection/deprecated/33 - DEPRECATED v4-getSeasonsGameBattleRoyaleCountries.bru @@ -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 +} diff --git a/tools/bruno/Geoguessr API Collection/deprecated/34 - DEPRECATED game-server-getDuelsDuel.bru b/tools/bruno/Geoguessr API Collection/deprecated/34 - DEPRECATED game-server-getDuelsDuel.bru new file mode 100644 index 0000000..f80081b --- /dev/null +++ b/tools/bruno/Geoguessr API Collection/deprecated/34 - DEPRECATED game-server-getDuelsDuel.bru @@ -0,0 +1,22 @@ +meta { + name: 34 - DEPRECATED game-server/getDuelsDuel + type: http + seq: 8 +} + +get { + url: {{GAME_SERVER_URL}}/duels/ + body: none + auth: apikey +} + +auth:apikey { + key: Cookie + value: _ncfa={{GEOGUESSR_NCFA_COOKIE}} + placement: header +} + +settings { + encodeUrl: true + timeout: 0 +} diff --git a/tools/bruno/Geoguessr API Collection/deprecated/7 - DEPRECATED v3-getProfilesAchivements.bru b/tools/bruno/Geoguessr API Collection/deprecated/7 - DEPRECATED v3-getProfilesAchivements.bru new file mode 100644 index 0000000..243468d --- /dev/null +++ b/tools/bruno/Geoguessr API Collection/deprecated/7 - DEPRECATED v3-getProfilesAchivements.bru @@ -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 +} diff --git a/tools/bruno/Geoguessr API Collection/deprecated/8 - DEPRECATED v4-getObjectives.bru b/tools/bruno/Geoguessr API Collection/deprecated/8 - DEPRECATED v4-getObjectives.bru new file mode 100644 index 0000000..f45f57d --- /dev/null +++ b/tools/bruno/Geoguessr API Collection/deprecated/8 - DEPRECATED v4-getObjectives.bru @@ -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 +} diff --git a/tools/bruno/Geoguessr API Collection/v3/folder.bru b/tools/bruno/Geoguessr API Collection/deprecated/folder.bru similarity index 54% rename from tools/bruno/Geoguessr API Collection/v3/folder.bru rename to tools/bruno/Geoguessr API Collection/deprecated/folder.bru index 880ca4f..25fb43d 100644 --- a/tools/bruno/Geoguessr API Collection/v3/folder.bru +++ b/tools/bruno/Geoguessr API Collection/deprecated/folder.bru @@ -1,6 +1,6 @@ meta { - name: v3 - seq: 2 + name: deprecated + seq: 31 } auth { diff --git a/tools/bruno/Geoguessr API Collection/v4/folder.bru b/tools/bruno/Geoguessr API Collection/v4/folder.bru deleted file mode 100644 index 2bd6ad4..0000000 --- a/tools/bruno/Geoguessr API Collection/v4/folder.bru +++ /dev/null @@ -1,8 +0,0 @@ -meta { - name: v4 - seq: 2 -} - -auth { - mode: inherit -}