Attention is currently required from: dexter.
neels has posted comments on this change by dexter. ( https://gerrit.osmocom.org/c/pysim/+/42043?usp=email )
Change subject: esim/http_json_api: add alternative API interface ......................................................................
Patch Set 6:
(2 comments)
File pySim/esim/http_json_api.py:
https://gerrit.osmocom.org/c/pysim/+/42043/comment/a9c9283c_9c9756e5?usp=ema... : PS6, Line 227: if len(args) == 0: ignores len(kwargs) (any arg could also be passed as kwarg)
https://gerrit.osmocom.org/c/pysim/+/42043/comment/5dce0c51_2c01ee29?usp=ema... : PS6, Line 231: role = kwargs.get('role', 'legacy_client') role will always be 'legacy_client' bc the role arg is not part of kwargs