Add Geoguessr API collection with getProfiles endpoint to tools module.
This commit is contained in:
parent
328e597f48
commit
1a451f6390
2 changed files with 25 additions and 0 deletions
16
tools/bruno/Geoguessr API Collection/getProfiles.bru
Normal file
16
tools/bruno/Geoguessr API Collection/getProfiles.bru
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
meta {
|
||||
name: getProfiles
|
||||
type: http
|
||||
seq: 1
|
||||
}
|
||||
|
||||
get {
|
||||
url: https://www.geoguessr.com/api/v3/profiles
|
||||
body: none
|
||||
auth: inherit
|
||||
}
|
||||
|
||||
settings {
|
||||
encodeUrl: true
|
||||
timeout: 0
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue