You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 11, 2020. It is now read-only.
Currently, the complete_file! method lives on a WeTransfer::Client instance.
The low level responsibility for signaling that the file is complete should not be on a high object that the client is, but it should be moved to the file (RemoteFile) itself.
The text was updated successfully, but these errors were encountered:
arnoFleming
changed the title
Ruby SDK: Make completing a file part of the transfer or board, not the client
Move file completion responsibility
Oct 5, 2018
Uh oh!
There was an error while loading. Please reload this page.
Currently, the
complete_file!
method lives on aWeTransfer::Client
instance.The low level responsibility for signaling that the file is complete should not be on a high object that the client is, but it should be moved to the file (
RemoteFile
) itself.The text was updated successfully, but these errors were encountered: