Implementation of getAll and create products endpoints.
This commit is contained in:
11
bruno-rest/GiteaActionsWorkshop/Get all products.bru
Normal file
11
bruno-rest/GiteaActionsWorkshop/Get all products.bru
Normal file
@@ -0,0 +1,11 @@
|
||||
meta {
|
||||
name: Get all products
|
||||
type: http
|
||||
seq: 2
|
||||
}
|
||||
|
||||
get {
|
||||
url: {{url}}/api/products
|
||||
body: none
|
||||
auth: none
|
||||
}
|
||||
9
bruno-rest/GiteaActionsWorkshop/bruno.json
Normal file
9
bruno-rest/GiteaActionsWorkshop/bruno.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"version": "1",
|
||||
"name": "GiteaActionsWorkshop",
|
||||
"type": "collection",
|
||||
"ignore": [
|
||||
"node_modules",
|
||||
".git"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
vars {
|
||||
url: http://localhost:8080
|
||||
}
|
||||
Reference in New Issue
Block a user