idk even know anymore

i think i added games
This commit is contained in:
2026-02-15 21:48:01 +03:00
parent 7ced62517a
commit c357e78003
18 changed files with 568 additions and 14 deletions

View 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
}