mirror of
https://github.com/hexolan/stocklet.git
synced 2026-03-26 11:41:18 +00:00
16 lines
162 B
Plaintext
16 lines
162 B
Plaintext
meta {
|
|
name: ProductService_ViewProduct
|
|
type: http
|
|
seq: 3
|
|
}
|
|
|
|
get {
|
|
url: {{baseUrl}}/v1/product/:id
|
|
body: none
|
|
auth: inherit
|
|
}
|
|
|
|
params:path {
|
|
id:
|
|
}
|