AndrewShmig / Vkontakte-iOS-SDK-LV

[iOS] Powerful & flexible Vkontakte iOS SDK Latest Version
79 stars 23 forks source link

Implement VKChainRequest #93

Closed AndrewShmig closed 10 years ago

AndrewShmig commented 10 years ago

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.