News

Below example is native java android retrofit code. In this, it can able to send json body & file in same api. @multipart @post("api/postDocument") Observable postDocuments(@Header("Authorization") ...
I decided to implement API version control. The version 1 of the API is available. If needed, it's possible to implement a new version and to keep the first one available until it's safe to disable it ...