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

Expose JSON-RPC methods for blobs #57

Open
mycognosist opened this issue May 18, 2023 · 0 comments
Open

Expose JSON-RPC methods for blobs #57

mycognosist opened this issue May 18, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@mycognosist
Copy link
Owner

Thinking a bit about how to get and set blobs...

Perhaps a getter method could take the blob reference and a filepath as parameters; check for the blob in the store and write it to the given filepath. The return value is either success or an error.

Then a setter method would do the opposite: add the file at the given filepath to the blob store and return the blob reference or an error.

@mycognosist mycognosist added the enhancement New feature or request label May 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant