added product api and model

This commit is contained in:
hannathkadher
2024-11-20 20:11:01 +04:00
parent 9affae0269
commit 2d60b2e225
3 changed files with 29 additions and 1 deletions

View File

@ -78,4 +78,7 @@ abstract class ApiEndpoints {
static const String factoryReset = '/device/factory/reset/{deviceUuid}';
static const String powerClamp =
'/device/{powerClampUuid}/power-clamp/status';
//product
static const String listProducts = '/products';
}