feat(files): add storage and file management API methods#80
Open
briansumma wants to merge 2 commits intoNorthShoreAutomation:mainfrom
Open
feat(files): add storage and file management API methods#80briansumma wants to merge 2 commits intoNorthShoreAutomation:mainfrom
briansumma wants to merge 2 commits intoNorthShoreAutomation:mainfrom
Conversation
Add several new methods to FilesSpec: - Storage file creation and retrieval functions - Format components and deleted objects retrieval - Media processing job creation methods (mediainfo, transcoding) - Fix docstring formatting for existing methods This extends the API to support storage-level operations and improves media processing workflow.
Member
|
Just some notes for the entire library, probably thinking we should go with 'list' for multiple objects and maybe get for single objects. Need to update all the endpoints to follow this pattern, for now we can start here. but need to make a consistent pattern thoughout |
Contributor
Author
|
I was avoiding |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
File Storage API Extensions
Summary
This PR extends the FilesSpec class with methods for managing files at the storage level
and adds support for media processing jobs. It also includes minor docstring formatting fixes.
New Features
Minor Improvements
Testing
All new methods have been tested against the API with various scenarios:
Documentation
All new methods include comprehensive docstrings with: