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
Migrate apiclient to a server client model, to allow the client to be model agnostic
apiclient needs to no longer depend on the models crate. To do this it will rely on responses from apiserver and heuristics on those responses to maintain its current functionality.
The text was updated successfully, but these errors were encountered:
webern
changed the title
Migrate apiclient to a server client model, to allow the client to be model agnostic
ootb: apiclient needs to be model agnostic
May 7, 2024
apiclient needs to no longer depend on the models crate. To do this it will rely on responses from apiserver and heuristics on those responses to maintain its current functionality.
Migrate apiclient to a server client model, to allow the client to be model agnostic
apiclient needs to no longer depend on the
models
crate. To do this it will rely on responses from apiserver and heuristics on those responses to maintain its current functionality.The text was updated successfully, but these errors were encountered: