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
This commit changes the client package to use the dynamic RESTMapper by
default.
The default RESTMapper caches the discovery endpoint results once and
never updates them.
Because of that, if an api-resource is added after the client is
started, the client will mistakenly think the api-resource doesn't exist.
Signed-off-by: Yannis Zarkadas <[email protected]>
0 commit comments