Details
-
Type:
Task
-
Status: Done
-
Priority:
(None)
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: Python API client for Mender device-side integration
-
Labels:
-
Story Points:3
-
Backlog:no
-
Days in progress:0
Description
Currently, a lot of places in the code, we do:
try:
<some request>
except:
<bunch of exceptions>
It would be real nice if this was unified in some way, so that perhaps a single client interface was available?
All open for ideas and discussions here.