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 has been archived by the owner on Apr 1, 2019. It is now read-only.
Haven't looked too much into this, but it looks like you can POST multipart form data, but not PUT it.
Can we just change the Replacement class to accept AbstractContent instead of Content and the put method in Resty to accept AbstractContent instead of Content?
The text was updated successfully, but these errors were encountered:
@beders , any feedback? Also, would you mind doing a release for 0.3.3 as we want to rely on the new exception handling (don't throw exceptions on failed responses). Thanks!
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Haven't looked too much into this, but it looks like you can POST multipart form data, but not PUT it.
Can we just change the
Replacement
class to acceptAbstractContent
instead ofContent
and theput
method inResty
to acceptAbstractContent
instead ofContent
?The text was updated successfully, but these errors were encountered: