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
Start returning proper error message when raising RequestError in poll_upload_response, to hint to users what is going on. Fixes #141.
When polling, raise if an error is returned (#142).
Fix documentation about original file url on simple file upload.
Changed
Support params in Rest client and in file info method, to allow passing custom params like "include=appdata" in Uploadcare::File.file calls. Closes #132.