You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think it should be somewhat easy to do.
My idea would be, to specify the version you want to get when you load the client.
// Gets the client in the default VersionMeshRestClientdefaultClient = adminClient();
// Gets the client in version 1MeshRestClientclientV1 = adminClient("v1");
// Gets the client in version 2MeshRestClientclientV2 = adminClient("v2");
The admin client will currently only be created with api/v1 - Some plugins may however want to use v2
The text was updated successfully, but these errors were encountered: