trompamusic / trompace-client

A python library to read from and write to the Trompa CE
Apache License 2.0
1 stars 0 forks source link

Request Control Action Missing #47

Open aggelosgkiokas opened 3 years ago

aggelosgkiokas commented 3 years ago

We are missing a mutation function (or even a mutation string template) for RequestControlAction mutation

alastair commented 3 years ago

It looks like this was just written inline in the code: https://github.com/trompamusic/trompa-ce-client/blob/0ec27fcca02a3b453d8c067a3eba4090071db5b2/trompace/client/client_send_request.py#L23

You're right, it should be extracted out into a method in trompace/mutations/controlaction.py