Class that will add functionality to work with chained requests as one request, that request will transfer its JSON response to other request and so on.
It will solve problem with file/photo/video upload steps (currently there are 3-4 steps to perform this type of action), but with VKChainRequest it will be just one big step.
Class that will add functionality to work with chained requests as one request, that request will transfer its JSON response to other request and so on. It will solve problem with file/photo/video upload steps (currently there are 3-4 steps to perform this type of action), but with VKChainRequest it will be just one big step.