[manager-components]: hook for service details API
Closed this issue · 0 comments
chipp972 commented
Have you already checked if a similar item is present on manager-components?
- Yes, I have already checked the existing components/hooks/utils.
What do you expect from this request?
Hook
Description
We already have hooks to centralize the implementation of /services API
We have :
- get /services
- put /services/:id
- post /services/:id/terminate
It would be nice to also have the get /services/:id to query the details of a service and to not have to duplicate the logic and types in multiple project (it is usually used in the dashboards to display subscription information of a service).
Where do you expect to use this?
veeam-backup
Do you have mock-up?
When do you expect this to be delivered?
No response
Additional Information
No response