python-sagemcom-api icon indicating copy to clipboard operation
python-sagemcom-api copied to clipboard

Support multiple actions in one request

Open iMicknl opened this issue 4 years ago • 0 comments

Is your feature request related to a problem? Please describe. The internal Sagemcom API supports passing multiple actions in one request, which could speed up the request.

Describe the solution you'd like Support passing multiple actions, perhaps by chaining the normal requests with a special parameter.

Additional context How to handle exceptions? It is possible to have an error (exception) for one action, where others will succeed without errors.

How to have typed responses? This is currently a major advantage of this client.

iMicknl avatar Jan 22 '21 20:01 iMicknl