idk even know anymore
i think i added games
This commit is contained in:
15
docs/api/games/Add game.bru
Normal file
15
docs/api/games/Add game.bru
Normal file
@@ -0,0 +1,15 @@
|
||||
meta {
|
||||
name: Add game
|
||||
type: http
|
||||
seq: 2
|
||||
}
|
||||
|
||||
post {
|
||||
url: {{base_url}}/api/user/games
|
||||
body: none
|
||||
auth: inherit
|
||||
}
|
||||
|
||||
settings {
|
||||
encodeUrl: true
|
||||
}
|
||||
20
docs/api/games/Search games.bru
Normal file
20
docs/api/games/Search games.bru
Normal file
@@ -0,0 +1,20 @@
|
||||
meta {
|
||||
name: Search games
|
||||
type: http
|
||||
seq: 3
|
||||
}
|
||||
|
||||
get {
|
||||
url: {{base_url}}/api/search/games?q=no man's sky
|
||||
body: none
|
||||
auth: inherit
|
||||
}
|
||||
|
||||
params:query {
|
||||
q: no man's sky
|
||||
}
|
||||
|
||||
settings {
|
||||
encodeUrl: true
|
||||
timeout: 0
|
||||
}
|
||||
8
docs/api/games/folder.bru
Normal file
8
docs/api/games/folder.bru
Normal file
@@ -0,0 +1,8 @@
|
||||
meta {
|
||||
name: games
|
||||
seq: 4
|
||||
}
|
||||
|
||||
auth {
|
||||
mode: inherit
|
||||
}
|
||||
Reference in New Issue
Block a user