epam / epam/road-ios-framework
WebService request queue
Open
enhancement
WebService
- Dominant language
- Objective-C
- Stars
- 56
- Forks
- 18
- PR merge metrics
- No merged PRs in 30d
Description
**_User story**_:
I as user want to add have option to add some web service calls to queue.
**_Possible implementation**_:
New class: **RFWebServiceQueue** (queueId, requests, sync/async and so on)
New parameter for **RFWebServiceCall** attribute: queueId.
In case web service call method contains this parameter, it will be added to queue with specified id instead of direct launching.
Contributor guide
Assessment
This issue has not been assessed yet.