20 lines
279 B
YAML
20 lines
279 B
YAML
info:
|
|
name: Search
|
|
type: http
|
|
seq: 5
|
|
|
|
http:
|
|
method: GET
|
|
url: http://localhost:3000/api/game/search/:query
|
|
params:
|
|
- name: query
|
|
value: game
|
|
type: path
|
|
auth: inherit
|
|
|
|
settings:
|
|
encodeUrl: true
|
|
timeout: 0
|
|
followRedirects: true
|
|
maxRedirects: 5
|