There are Admin API endpoints that are available in AdminRoutes but are not available in Admin. These should also be supported, but it will need a somewhat different approach for calling them.
Tasks
Add endpoints
/files
/health
/version
Since these endpoints are not (and most probably won't be) available in the Admin class, it needs some alternative implementation.
Summary
There are Admin API endpoints that are available in
AdminRoutes
but are not available inAdmin
. These should also be supported, but it will need a somewhat different approach for calling them.Tasks
Admin
class, it needs some alternative implementation.