add nodes endpoint

- add NodesController
  - add NodesEndpoint
  - add NodesControllerTest
  - add NodesController
  - add nodes.http

- add NodeEntity toNodesResponse in Mapping.kt

- add getNodes to NodeService

- add findAll to NodeRepository
This commit is contained in:
2025-08-17 23:12:27 +02:00
committed by swordsteel
parent 19aa9c8b6b
commit 119d14eb46
7 changed files with 232 additions and 0 deletions

8
http/nodes.http Normal file
View File

@@ -0,0 +1,8 @@
### get all types
GET {{hostname}}/nodes
### get all types
GET {{hostname}}/nodes/page-1
### get all types
GET {{hostname}}/nodes/page-1/show-2