Implementation of getAll and create products endpoints.

This commit is contained in:
Florian THIERRY
2025-04-23 23:13:48 +02:00
parent ed0acfc5dc
commit f98e1227e8
14 changed files with 136 additions and 31 deletions

View File

@@ -0,0 +1,11 @@
meta {
name: Get all products
type: http
seq: 2
}
get {
url: {{url}}/api/products
body: none
auth: none
}

View File

@@ -0,0 +1,9 @@
{
"version": "1",
"name": "GiteaActionsWorkshop",
"type": "collection",
"ignore": [
"node_modules",
".git"
]
}

View File

@@ -0,0 +1,3 @@
vars {
url: http://localhost:8080
}