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
Client.update(dict) that performs the operations used in happi update <json> #207, but on the Client class. Accompany with a refactor to have the CLI arg simply call the new method.
add exist_ok=False argument to Client.add_device so features like happi update <json> #207 can entirely use the public API
Current Behavior
No such API
Possible Solution
Add them, or something equivalently helpful after some discussion
Context
#207 needed to use the private API to accomplish its goals
The text was updated successfully, but these errors were encountered:
Expected Behavior
Two additions to the Client API:
Client.update(dict)
that performs the operations used in happi update <json> #207, but on theClient
class. Accompany with a refactor to have the CLI arg simply call the new method.exist_ok=False
argument toClient.add_device
so features like happi update <json> #207 can entirely use the public APICurrent Behavior
No such API
Possible Solution
Add them, or something equivalently helpful after some discussion
Context
#207 needed to use the private API to accomplish its goals
The text was updated successfully, but these errors were encountered: