bottlerocket icon indicating copy to clipboard operation
bottlerocket copied to clipboard

ootb: apiclient needs to be model agnostic

Open webern opened this issue 1 year ago • 1 comments

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.

webern avatar May 07 '24 17:05 webern

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.

webern avatar May 07 '24 17:05 webern

This was completed as part of the overall move to settings plugins.

bcressey avatar Mar 14 '25 02:03 bcressey