Refine useApply hook function
There are REST Apis which are not CRUD but just ARD which is apply read delete, basically apply instead of create and edit. Mostly kubernetes uses it
I want a custom hooks in the data provider for it too.
In the future the data provider might need support for watch mode in GET to support event source but its for later.
(same idea from the kubernetes api)
I want a custom hooks in the data provider for it too.
In the future the data provider might need support for watch mode in GET to support event source but its for later.
(same idea from the kubernetes api)
