21 lines
194 B
Plaintext
21 lines
194 B
Plaintext
meta {
|
|
name: Get Post
|
|
type: http
|
|
seq: 4
|
|
}
|
|
|
|
get {
|
|
url: http://localhost:3000/posts/:id
|
|
body: none
|
|
auth: inherit
|
|
}
|
|
|
|
params:path {
|
|
id:
|
|
}
|
|
|
|
settings {
|
|
encodeUrl: true
|
|
timeout: 0
|
|
}
|