ITISFoundation / osparc-simcore-clients

python client for osparc-simcore public API
https://itisfoundation.github.io/osparc-simcore-clients/
MIT License
0 stars 5 forks source link

✨🗑️ ⬆️ Propagate server-side changes to client #156

Closed bisgaard-itis closed 5 months ago

bisgaard-itis commented 5 months ago

What do these changes do?

This is a (not entirely clean) PR to propagate several server-side changes to the client. Here is a list of these:

Related issue/s

How to test

cd clients/python && make install-unit-test && cd test/test_osparc && python -m pytest .

For internal developers