Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better BLOB handling #93

Open
rwb27 opened this issue Dec 19, 2024 · 0 comments
Open

Better BLOB handling #93

rwb27 opened this issue Dec 19, 2024 · 0 comments
Labels
roadmap Plans for the future

Comments

@rwb27
Copy link
Collaborator

rwb27 commented Dec 19, 2024

It would be great to handle non-JSON outputs a bit better, in a few ways:

  • Client-side support for specific media types - e.g. it will turn a dictionary with a mimetype and href into a Blob, and if the mimetype matches image/jpeg it might provide a subclass with methods to create an Image object.
  • Consider minimising the need for BaseModel wrappers, instead use annotated types as we do for NArray
  • Make it possible to return Blob types from properties (would need some logic around expiry)
  • Managing calibration reports that must be retained for traceability
@rwb27 rwb27 added the roadmap Plans for the future label Dec 19, 2024
@rwb27 rwb27 changed the title Better BLOB handline Better BLOB handling Dec 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
roadmap Plans for the future
Projects
None yet
Development

No branches or pull requests

1 participant