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

adapter.http: allow retrieving and modifying File attachments via API #41

Merged
merged 1 commit into from
Jun 15, 2024

Conversation

jkhsjdhjs
Copy link

This change makes use of the SupplementaryFileContainer interface of the AASX adapter. It allows the API to operate seamlessly on AASX files, including the contained supplementary files, without having to access the filesystem.

Furthermore, the support for the modification of Blob values is removed (the spec prohibits it).

This change makes use of the `SupplementaryFileContainer` interface of
the AASX adapter. It allows the API to operate seamlessly on AASX files,
including the contained supplementary files, without having to access
the filesystem.

Furthermore, the support for the modification of `Blob` values is
removed (the spec prohibits it).
Copy link
Collaborator

@Frosty2500 Frosty2500 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@Frosty2500 Frosty2500 merged commit 18b128b into feature/http_api Jun 15, 2024
14 checks passed
@Frosty2500 Frosty2500 deleted the http_api/file_attachments branch June 15, 2024 12:25
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