17 lines
167 B
Plaintext
17 lines
167 B
Plaintext
meta {
|
|
name: Get Posts
|
|
type: http
|
|
seq: 2
|
|
}
|
|
|
|
get {
|
|
url: http://localhost:3000/posts
|
|
body: none
|
|
auth: inherit
|
|
}
|
|
|
|
settings {
|
|
encodeUrl: true
|
|
timeout: 0
|
|
}
|