21 lines
223 B
Plaintext
21 lines
223 B
Plaintext
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
|
|
}
|