mirror of
https://github.com/hexolan/stocklet.git
synced 2026-03-26 19:51:17 +00:00
feat: base bruno routes
generated from OpenAPI v3 spec
This commit is contained in:
15
tests/bruno/product/ProductService_ViewProduct.bru
Normal file
15
tests/bruno/product/ProductService_ViewProduct.bru
Normal file
@@ -0,0 +1,15 @@
|
||||
meta {
|
||||
name: ProductService_ViewProduct
|
||||
type: http
|
||||
seq: 3
|
||||
}
|
||||
|
||||
get {
|
||||
url: {{baseUrl}}/v1/product/:id
|
||||
body: none
|
||||
auth: inherit
|
||||
}
|
||||
|
||||
params:path {
|
||||
id:
|
||||
}
|
||||
11
tests/bruno/product/ProductService_ViewProducts.bru
Normal file
11
tests/bruno/product/ProductService_ViewProducts.bru
Normal file
@@ -0,0 +1,11 @@
|
||||
meta {
|
||||
name: ProductService_ViewProducts
|
||||
type: http
|
||||
seq: 1
|
||||
}
|
||||
|
||||
get {
|
||||
url: {{baseUrl}}/v1/product/list
|
||||
body: none
|
||||
auth: inherit
|
||||
}
|
||||
11
tests/bruno/product/View information about the service.bru
Normal file
11
tests/bruno/product/View information about the service.bru
Normal file
@@ -0,0 +1,11 @@
|
||||
meta {
|
||||
name: View information about the service.
|
||||
type: http
|
||||
seq: 2
|
||||
}
|
||||
|
||||
get {
|
||||
url: {{baseUrl}}/v1/product/service
|
||||
body: none
|
||||
auth: inherit
|
||||
}
|
||||
7
tests/bruno/product/folder.bru
Normal file
7
tests/bruno/product/folder.bru
Normal file
@@ -0,0 +1,7 @@
|
||||
meta {
|
||||
name: product
|
||||
}
|
||||
|
||||
auth {
|
||||
mode: inherit
|
||||
}
|
||||
Reference in New Issue
Block a user