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

Implement an ApiFile helper for verifying signatures and uploading them, as well as deltas. #3

Open
binn opened this issue Dec 20, 2021 · 0 comments

Comments

@binn
Copy link
Owner

binn commented Dec 20, 2021

Also, identify when deltas are required by the API as well.

A weird yet neat way to implement this is to make extension libraries that build onto the VRChat builder, like so builder.WithSignatures() and builder.WithAmazonUploading() to instantiate those two helpers, which the extension libraries will implement, say, an IVRChatS3Uploader and an IVRChatSignatureBroker. These will be used in ApiFile to instantiate and perform those tasks if needed. VRChat.Signatures and VRChat.S3 packages could be downloaded to implement these.

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

No branches or pull requests

1 participant