Unfortunately, @GMishx and myself worked more or less in parallel on core helpers for returning data:
So basically, the user will now get plain dicts for paginated REST endpoints when talking to a v20 server and SW360Response objects when talking to a v18 server.
I think we need to fix this in one or the other way before releasing v1.12, otherwise it's quite inconsistent. I will try to suggest a fix within the next few days...
Unfortunately, @GMishx and myself worked more or less in parallel on core helpers for returning data:
api_get_all()pagination helper while my changes were still sitting in the PR, so his work is certainly unaware of my changes and aggregates the data into a plain dictSo basically, the user will now get plain
dicts for paginated REST endpoints when talking to a v20 server andSW360Responseobjects when talking to a v18 server.I think we need to fix this in one or the other way before releasing v1.12, otherwise it's quite inconsistent. I will try to suggest a fix within the next few days...