16 lines
205 B
Plaintext
16 lines
205 B
Plaintext
meta {
|
|
name: Download File
|
|
type: http
|
|
seq: 4
|
|
}
|
|
|
|
get {
|
|
url: http://localhost:3000/api/v1/user/test123/download?path=test/blub.txt
|
|
body: none
|
|
auth: none
|
|
}
|
|
|
|
params:query {
|
|
path: test/blub.txt
|
|
}
|