-
Notifications
You must be signed in to change notification settings - Fork 6k
AddFile to the Rest Call #811
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
Comments
It's not supported at the moment. Please have a look at #733 |
I think that just exposing the HttpClient (RestClient in case of C#) will be enough as this class support the add file and the Download. |
You may want to refer to the PR #808 about making API Client pluggable as the change will allow the RestClient (in ApiClient class) to be configurable |
you are brilliant !! I hope only that your changes will be merged soon in the main project! |
FYI. Some other clients (e.g. PHP) have gone through similar change already, e.g. #778 |
why you don't do the changes in your fork ? android, ios and csharp would cover the most important! |
Work perfectly! |
Can we have the upload/download function to a rest call or at least upload/download of a stream?
The text was updated successfully, but these errors were encountered: