-
Notifications
You must be signed in to change notification settings - Fork 3
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
Consider use of AMClient #7
Comments
Looks like these files have calls to
[1] It doesn't look like there's a function in AMClient to get an individual location so something like a [2] It doesn't look like there's a function in AMClient to get an individual pipeline so something like a |
The following seems to get all packages (AIPs, DIPs, etc.) in a storage service:
The following seems to return the same structure of data as
|
I've created an AMClient PR to add functionality needed for AIPscan: artefactual-labs/amclient#31 |
The AMClient PR's been merged so I'll take another look at creating an AIPscan PR to leverage this. |
Ross: If we do subsume this work into our current efforts then we might consider using AMClient per the Architectural Decision Record 0009. We've started wrapping it into Archivematica and while it can be a little temperamental it's well tested and wraps a lot of what we need. Anything that isn't wrapped will give us the opportunity to fortify the client further as part of these efforts. Related issue: archivematica/Issues#1152
The text was updated successfully, but these errors were encountered: