android-wordpress-com-rest
android-wordpress-com-rest copied to clipboard
Add HTTP MultiPart Post support
Adds HTTP MultiPart Post support to RestRequest in order to be able to post/upload files to endpoints. This enhances RestRequest, keeping its oAuth2 flow as well.
Changes:
- Enhance
RestRequestby introducing a MultiPart "mode". When instantiated with a byte array, the RestRequest instance will use the array as its body - Introduce a MultiPart
Postrequest builder to construct a suitableRestRequest - Add Stefanos to the developers list
Needs review: @maxme or @daniloercoli ? Thanks!