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

Support sending of binary arrays using base64 encoding #371

Merged
merged 6 commits into from
Oct 2, 2023

Conversation

sigurdp
Copy link
Collaborator

@sigurdp sigurdp commented Sep 28, 2023

Established utilities and conventions for communicating binary array data embedded in json using base64
Currently transformation from base64 strings to array data is done using React Query's select mechanism.

We should probably look into perfroming this conversion as part of the actual data fetching promise instead, see issue #385

@sigurdp sigurdp merged commit e50e4b9 into equinor:main Oct 2, 2023
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants