octue / octue-sdk-python

The python SDK for @Octue services and digital twins.
https://octue.com
Other
9 stars 3 forks source link

Return deserialised manifests from `get_events` function #646

Closed cortadocodes closed 2 months ago

cortadocodes commented 3 months ago

Bug report

What is the current behavior?

Manifests are returned in serialised form so can't immediately be used.

What is the expected behavior?

Manifests should be returned as Manifest instances.