add devices endpoint
- fix missing coroutine in - TypeRepository - TypesController - TypeService - TypesControllerTest - TypeServiceTest - add DevicesEndpoint - add DevicesControllerTest - add devices.http - add DevicesController - add DeviceEntity.toDevicesResponse() to Mapping.kt - add PostgresTestContainer to DeviceService - update DeviceRepository with find all - update version catalog - update container annotation in DeviceEndpoint - update container annotation in IdentityEndpoint - update container annotation in NodeEndpoint - update container annotation in TypeEndpoint - update container annotation in TypesEndpoint - update version in gradle.properties
This commit is contained in:
8
http/devices.http
Normal file
8
http/devices.http
Normal file
@@ -0,0 +1,8 @@
|
||||
### get all types
|
||||
GET {{hostname}}/devices
|
||||
|
||||
### get all types
|
||||
GET {{hostname}}/devices/page-1
|
||||
|
||||
### get all types
|
||||
GET {{hostname}}/devices/page-1/show-2
|
||||
Reference in New Issue
Block a user