-
Notifications
You must be signed in to change notification settings - Fork 43
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
Support POST http method #2
Comments
Noted, I will plan for it.👍 |
A small suggestion: maybe we could let users provide their own DownloadService. |
As DownloadService is used by workmanager, we are only passing minimal info (config, primitive data) to inputData and Workmanager is independently running and downloading the file to disk. I think passing our custom DownloadService is not needed. |
@glovebx I have made a major change in library with support of pause and resume functionality. Version 2.0.0 , https://github.com/khushpanchal/Ketch |
Thanks for your great work! I’ll check it out later. |
The
DownloadService
currently only provides a GET method. I hope to add a POST method that can accept parameters annotated with@FieldMap
The text was updated successfully, but these errors were encountered: