Add Geoguessr API Collection updates with v3 and v4 endpoints, including new tools and deprecated endpoints reorganization.
This commit is contained in:
parent
ca30297033
commit
deeb2af493
39 changed files with 799 additions and 12 deletions
22
tools/bruno/Geoguessr API Collection/2 - v3-getProfiles.bru
Normal file
22
tools/bruno/Geoguessr API Collection/2 - v3-getProfiles.bru
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
meta {
|
||||
name: 2 - v3/getProfiles
|
||||
type: http
|
||||
seq: 4
|
||||
}
|
||||
|
||||
get {
|
||||
url: {{GEOGUESSR_API_URL}}/v3/profiles
|
||||
body: none
|
||||
auth: apikey
|
||||
}
|
||||
|
||||
auth:apikey {
|
||||
key: Cookie
|
||||
value: _ncfa={{GEOGUESSR_NCFA_COOKIE}}
|
||||
placement: header
|
||||
}
|
||||
|
||||
settings {
|
||||
encodeUrl: true
|
||||
timeout: 0
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue