27 lines
331 B
Plaintext
27 lines
331 B
Plaintext
meta {
|
|
name: get public images
|
|
type: http
|
|
seq: 3
|
|
}
|
|
|
|
get {
|
|
url: {{baseUrl}}/images/public
|
|
body: multipartForm
|
|
auth: inherit
|
|
}
|
|
|
|
params:query {
|
|
~image:
|
|
}
|
|
|
|
body:multipart-form {
|
|
image: @file(/C:/Users/nourk/Downloads/The water fall.jpg)
|
|
title: small
|
|
type: public
|
|
~description:
|
|
}
|
|
|
|
settings {
|
|
encodeUrl: true
|
|
}
|