The "sharing-ng" related endpoints are available under the /v1beta1 route. I think we should move forward and get them out of beta and move them to v1beta1.
At the same time we should mark the old v1.0 endpoints which got a new implementation under v1beta1 deprecated and remove them after some grace period (6 month?). Also for backward compatibility we should keep the new endpoints reachable for under the v1beta1andv1.1` paths for a while.
There are however some v1.0 endpoint that didn't get a v1beta1 implementation for example:
POST /v1.0/drives
GET /v1.0/me/drive
and probably more. We need to take a closer look if we need to add new v1beta1 implementations here or if we just can stay with the v1.0 routes.
The "sharing-ng" related endpoints are available under the
/v1beta1route. I think we should move forward and get them out of beta and move them tov1beta1.At the same time we should mark the old
v1.0endpoints which got a new implementation underv1beta1deprecated and remove themafter some grace period (6 month?). Also for backward compatibility we should keep the new endpoints reachable for under thev1beta1andv1.1` paths for a while.There are however some
v1.0endpoint that didn't get av1beta1implementation for example:POST /v1.0/drivesGET /v1.0/me/driveand probably more. We need to take a closer look if we need to add new
v1beta1implementations here or if we just can stay with thev1.0routes.