feat: initialize
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
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
|
||||
}
|
||||
Reference in New Issue
Block a user