We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7dbd479 commit ffaea9aCopy full SHA for ffaea9a
README.md
@@ -8,6 +8,7 @@ STNetTaskQueue may be your choice if you want to handle each network request stu
8
## Features
9
- Retry net task with specified max retry count.
10
- Delegate for net task result according to "uri" of net task.
11
+- More features are coming as STNetTaskQueue is extendible.
12
13
## Sequence Chart
14

@@ -25,6 +26,7 @@ platform :ios, '7.0'
25
26
pod 'STNetTaskQueue', '~> 0.0.1'
27
```
28
29
+
30
#### Step 1: Setup STNetTaskQueue after your app launch
31
```objc
32
NSURL *baseUrl = [NSURL URLWithString:@"http://api.openweathermap.org"];
0 commit comments