jazzy 0.0.15 → 0.0.16
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +7 -5
- data/Rakefile +2 -0
- data/bin/jazzy +1 -1
- data/jazzy.gemspec +1 -0
- data/lib/jazzy.rb +1 -0
- data/lib/jazzy/assets/css/highlight.css.scss +63 -0
- data/lib/jazzy/assets/css/jazzy.css.scss +27 -1
- data/lib/jazzy/assets/js/jazzy.js +8 -2
- data/lib/jazzy/config.rb +32 -0
- data/lib/jazzy/doc.mustache +15 -1
- data/lib/jazzy/doc_builder.rb +24 -12
- data/lib/jazzy/docset_builder.rb +77 -0
- data/lib/jazzy/docset_builder/info_plist.mustache +20 -0
- data/lib/jazzy/gem_version.rb +1 -1
- data/lib/jazzy/highlighter.rb +10 -0
- data/lib/jazzy/partials/task.mustache +3 -3
- data/lib/jazzy/source_declaration.rb +3 -3
- data/lib/jazzy/source_declaration/type.rb +136 -0
- data/lib/jazzy/source_module.rb +10 -0
- data/lib/jazzy/sourcekitten.rb +35 -62
- data/logo.sketch +0 -0
- data/spec/integration_spec.rb +10 -0
- data/spec/integration_specs/document_alamofire/after/docs/Alamofire.docset/Contents/Info.plist +20 -0
- data/spec/integration_specs/document_alamofire/after/docs/Alamofire.docset/Contents/Resources/Documents/Classes.html +267 -0
- data/spec/integration_specs/document_alamofire/after/docs/Alamofire.docset/Contents/Resources/Documents/Classes/Manager.html +488 -0
- data/spec/integration_specs/document_alamofire/after/docs/Alamofire.docset/Contents/Resources/Documents/Classes/Manager/init(configuration:).html +218 -0
- data/spec/integration_specs/document_alamofire/after/docs/Alamofire.docset/Contents/Resources/Documents/Classes/Request.html +841 -0
- data/spec/integration_specs/document_alamofire/after/docs/Alamofire.docset/Contents/Resources/Documents/Enums.html +257 -0
- data/spec/integration_specs/document_alamofire/after/docs/Alamofire.docset/Contents/Resources/Documents/Enums/ParameterEncoding.html +346 -0
- data/spec/integration_specs/document_alamofire/after/docs/Alamofire.docset/Contents/Resources/Documents/Extensions.html +708 -0
- data/spec/integration_specs/document_alamofire/after/docs/Alamofire.docset/Contents/Resources/Documents/Extensions/Manager.html +344 -0
- data/spec/integration_specs/document_alamofire/after/docs/Alamofire.docset/Contents/Resources/Documents/Extensions/Request.html +368 -0
- data/spec/integration_specs/document_alamofire/after/docs/Alamofire.docset/Contents/Resources/Documents/Functions.html +1040 -0
- data/spec/integration_specs/document_alamofire/after/docs/Alamofire.docset/Contents/Resources/Documents/Global Variables.html +226 -0
- data/spec/integration_specs/document_alamofire/after/docs/Alamofire.docset/Contents/Resources/Documents/Manager.html +344 -0
- data/spec/integration_specs/document_alamofire/after/docs/Alamofire.docset/Contents/Resources/Documents/Manager/init(configuration:).html +218 -0
- data/spec/integration_specs/document_alamofire/after/docs/Alamofire.docset/Contents/Resources/Documents/ParameterEncoding.html +346 -0
- data/spec/integration_specs/document_alamofire/after/docs/Alamofire.docset/Contents/Resources/Documents/Protocols.html +275 -0
- data/spec/integration_specs/document_alamofire/after/docs/Alamofire.docset/Contents/Resources/Documents/Protocols/URLRequestConvertible.html +227 -0
- data/spec/integration_specs/document_alamofire/after/docs/Alamofire.docset/Contents/Resources/Documents/Protocols/URLStringConvertible.html +227 -0
- data/spec/integration_specs/document_alamofire/after/docs/Alamofire.docset/Contents/Resources/Documents/Request.html +368 -0
- data/spec/integration_specs/document_alamofire/after/docs/Alamofire.docset/Contents/Resources/Documents/URLRequestConvertible.html +227 -0
- data/spec/integration_specs/document_alamofire/after/docs/Alamofire.docset/Contents/Resources/Documents/URLStringConvertible.html +227 -0
- data/spec/integration_specs/document_alamofire/after/docs/Alamofire.docset/Contents/Resources/Documents/carat.png +0 -0
- data/spec/integration_specs/document_alamofire/after/docs/Alamofire.docset/Contents/Resources/Documents/css/highlight.css +202 -0
- data/spec/integration_specs/document_alamofire/after/docs/Alamofire.docset/Contents/Resources/Documents/css/jazzy.css +708 -0
- data/spec/integration_specs/document_alamofire/after/docs/Alamofire.docset/Contents/Resources/Documents/dash.png +0 -0
- data/spec/integration_specs/document_alamofire/after/docs/Alamofire.docset/Contents/Resources/Documents/gh.png +0 -0
- data/spec/integration_specs/document_alamofire/after/docs/Alamofire.docset/Contents/Resources/Documents/highlight.css +202 -0
- data/spec/integration_specs/document_alamofire/after/docs/Alamofire.docset/Contents/Resources/Documents/img/carat.png +0 -0
- data/spec/integration_specs/document_alamofire/after/docs/Alamofire.docset/Contents/Resources/Documents/img/dash.png +0 -0
- data/spec/integration_specs/document_alamofire/after/docs/Alamofire.docset/Contents/Resources/Documents/img/gh.png +0 -0
- data/spec/integration_specs/document_alamofire/after/docs/Alamofire.docset/Contents/Resources/Documents/index.html +755 -0
- data/spec/integration_specs/document_alamofire/after/docs/Alamofire.docset/Contents/Resources/Documents/init(configuration:).html +218 -0
- data/spec/integration_specs/document_alamofire/after/docs/Alamofire.docset/Contents/Resources/Documents/jazzy.css +708 -0
- data/spec/integration_specs/document_alamofire/after/docs/Alamofire.docset/Contents/Resources/Documents/jazzy.js +21 -0
- data/spec/integration_specs/document_alamofire/after/docs/Alamofire.docset/Contents/Resources/Documents/jquery.min.js +4 -0
- data/spec/integration_specs/document_alamofire/after/docs/Alamofire.docset/Contents/Resources/Documents/js/jazzy.js +21 -0
- data/spec/integration_specs/document_alamofire/after/docs/Alamofire.docset/Contents/Resources/Documents/js/jquery.min.js +4 -0
- data/spec/integration_specs/document_alamofire/after/docs/Alamofire.docset/Contents/Resources/docSet.dsidx.csv +81 -0
- data/spec/integration_specs/document_alamofire/after/docs/Classes.html +18 -7
- data/spec/integration_specs/document_alamofire/after/docs/Classes/Manager.html +31 -19
- data/spec/integration_specs/document_alamofire/after/docs/Classes/Manager/init(configuration:).html +14 -1
- data/spec/integration_specs/document_alamofire/after/docs/Classes/Request.html +61 -46
- data/spec/integration_specs/document_alamofire/after/docs/Enums.html +18 -7
- data/spec/integration_specs/document_alamofire/after/docs/Enums/ParameterEncoding.html +20 -4
- data/spec/integration_specs/document_alamofire/after/docs/Extensions.html +68 -48
- data/spec/integration_specs/document_alamofire/after/docs/Extensions/Manager.html +21 -7
- data/spec/integration_specs/document_alamofire/after/docs/Extensions/Request.html +22 -10
- data/spec/integration_specs/document_alamofire/after/docs/Functions.html +51 -34
- data/spec/integration_specs/document_alamofire/after/docs/Global Variables.html +15 -4
- data/spec/integration_specs/document_alamofire/after/docs/Protocols.html +20 -7
- data/spec/integration_specs/document_alamofire/after/docs/Protocols/URLRequestConvertible.html +16 -4
- data/spec/integration_specs/document_alamofire/after/docs/Protocols/URLStringConvertible.html +16 -4
- data/spec/integration_specs/document_alamofire/after/docs/css/highlight.css +202 -0
- data/spec/integration_specs/document_alamofire/after/docs/css/jazzy.css +14 -0
- data/spec/integration_specs/document_alamofire/after/docs/index.html +53 -42
- data/spec/integration_specs/document_alamofire/after/docs/js/jazzy.js +8 -2
- data/spec/integration_specs/misc_jazzy_features/after/docs/Classes.html +34 -22
- data/spec/integration_specs/misc_jazzy_features/after/docs/Classes/ImplicitlyInternalTopLevelClass.html +16 -4
- data/spec/integration_specs/misc_jazzy_features/after/docs/Enums.html +16 -4
- data/spec/integration_specs/misc_jazzy_features/after/docs/Enums/DocumentedEnum.html +14 -1
- data/spec/integration_specs/misc_jazzy_features/after/docs/Global Variables.html +16 -4
- data/spec/integration_specs/misc_jazzy_features/after/docs/MiscJazzyFeatures.docset/Contents/Info.plist +20 -0
- data/spec/integration_specs/misc_jazzy_features/after/docs/MiscJazzyFeatures.docset/Contents/Resources/Documents/Classes.html +309 -0
- data/spec/integration_specs/misc_jazzy_features/after/docs/MiscJazzyFeatures.docset/Contents/Resources/Documents/Classes/ImplicitlyInternalTopLevelClass.html +143 -0
- data/spec/integration_specs/misc_jazzy_features/after/docs/MiscJazzyFeatures.docset/Contents/Resources/Documents/DocumentedEnum.html +134 -0
- data/spec/integration_specs/misc_jazzy_features/after/docs/MiscJazzyFeatures.docset/Contents/Resources/Documents/Enums.html +147 -0
- data/spec/integration_specs/misc_jazzy_features/after/docs/MiscJazzyFeatures.docset/Contents/Resources/Documents/Enums/DocumentedEnum.html +134 -0
- data/spec/integration_specs/misc_jazzy_features/after/docs/MiscJazzyFeatures.docset/Contents/Resources/Documents/Global Variables.html +146 -0
- data/spec/integration_specs/misc_jazzy_features/after/docs/MiscJazzyFeatures.docset/Contents/Resources/Documents/ImplicitlyInternalTopLevelClass.html +143 -0
- data/spec/integration_specs/misc_jazzy_features/after/docs/MiscJazzyFeatures.docset/Contents/Resources/Documents/carat.png +0 -0
- data/spec/integration_specs/misc_jazzy_features/after/docs/MiscJazzyFeatures.docset/Contents/Resources/Documents/css/highlight.css +202 -0
- data/spec/integration_specs/misc_jazzy_features/after/docs/MiscJazzyFeatures.docset/Contents/Resources/Documents/css/jazzy.css +708 -0
- data/spec/integration_specs/misc_jazzy_features/after/docs/MiscJazzyFeatures.docset/Contents/Resources/Documents/dash.png +0 -0
- data/spec/integration_specs/misc_jazzy_features/after/docs/MiscJazzyFeatures.docset/Contents/Resources/Documents/gh.png +0 -0
- data/spec/integration_specs/misc_jazzy_features/after/docs/MiscJazzyFeatures.docset/Contents/Resources/Documents/highlight.css +202 -0
- data/spec/integration_specs/misc_jazzy_features/after/docs/MiscJazzyFeatures.docset/Contents/Resources/Documents/img/carat.png +0 -0
- data/spec/integration_specs/misc_jazzy_features/after/docs/MiscJazzyFeatures.docset/Contents/Resources/Documents/img/dash.png +0 -0
- data/spec/integration_specs/misc_jazzy_features/after/docs/MiscJazzyFeatures.docset/Contents/Resources/Documents/img/gh.png +0 -0
- data/spec/integration_specs/misc_jazzy_features/after/docs/MiscJazzyFeatures.docset/Contents/Resources/Documents/index.html +106 -0
- data/spec/integration_specs/misc_jazzy_features/after/docs/MiscJazzyFeatures.docset/Contents/Resources/Documents/jazzy.css +708 -0
- data/spec/integration_specs/misc_jazzy_features/after/docs/MiscJazzyFeatures.docset/Contents/Resources/Documents/jazzy.js +21 -0
- data/spec/integration_specs/misc_jazzy_features/after/docs/MiscJazzyFeatures.docset/Contents/Resources/Documents/jquery.min.js +4 -0
- data/spec/integration_specs/misc_jazzy_features/after/docs/MiscJazzyFeatures.docset/Contents/Resources/Documents/js/jazzy.js +21 -0
- data/spec/integration_specs/misc_jazzy_features/after/docs/MiscJazzyFeatures.docset/Contents/Resources/Documents/js/jquery.min.js +4 -0
- data/spec/integration_specs/misc_jazzy_features/after/docs/MiscJazzyFeatures.docset/Contents/Resources/docSet.dsidx.csv +15 -0
- data/spec/integration_specs/misc_jazzy_features/after/docs/css/highlight.css +202 -0
- data/spec/integration_specs/misc_jazzy_features/after/docs/css/jazzy.css +14 -0
- data/spec/integration_specs/misc_jazzy_features/after/docs/index.html +12 -1
- data/spec/integration_specs/misc_jazzy_features/after/docs/js/jazzy.js +8 -2
- metadata +88 -5
- data/lib/jazzy/assets/css/github_syntax_highlighting.css.scss +0 -142
- data/spec/integration_specs/document_alamofire/after/docs/css/github_syntax_highlighting.css +0 -98
- data/spec/integration_specs/misc_jazzy_features/after/docs/css/github_syntax_highlighting.css +0 -98
@@ -0,0 +1,488 @@
|
|
1
|
+
<!DOCTYPE html>
|
2
|
+
<html lang="en">
|
3
|
+
<head>
|
4
|
+
<title>Manager Class Reference</title>
|
5
|
+
<link rel="stylesheet" type="text/css" href="../css/jazzy.css" />
|
6
|
+
<link rel="stylesheet" type="text/css" href="../css/highlight.css" />
|
7
|
+
<meta charset='utf-8'>
|
8
|
+
<script type="text/javascript">
|
9
|
+
window.jazzy = {'docset': false}
|
10
|
+
if (typeof window.dash != 'undefined') {
|
11
|
+
document.documentElement.className += ' dash'
|
12
|
+
window.jazzy.docset = true
|
13
|
+
}
|
14
|
+
if (navigator.userAgent.match(/xcode/i)) {
|
15
|
+
document.documentElement.className += ' xcode'
|
16
|
+
window.jazzy.docset = true
|
17
|
+
}
|
18
|
+
</script>
|
19
|
+
<script src="../js/jquery.min.js" defer></script>
|
20
|
+
<script src="../js/jazzy.js" defer></script>
|
21
|
+
</head>
|
22
|
+
<body id="reference" class="Swift">
|
23
|
+
<a name="//apple_ref/swift/Class/Manager" class="dashAnchor"></a>
|
24
|
+
<a title="Manager Class Reference"></a>
|
25
|
+
<header>
|
26
|
+
<div class="content-wrapper">
|
27
|
+
<p class="header-text"><a href="../index.html">Alamofire Docs</a> (40% documented)</p>
|
28
|
+
<p id="header-links"><a href="https://github.com/Alamofire/Alamofire"><img id="header-icon" src="../img/gh.png" height="16px" width="16px" />View on GitHub</a></p>
|
29
|
+
</div>
|
30
|
+
</header>
|
31
|
+
<section id="valence">
|
32
|
+
<div class="content-wrapper">
|
33
|
+
<p id="hierarchial_navigation">
|
34
|
+
<a href="../index.html" id="design_resources_link">Alamofire Reference</a>
|
35
|
+
<img id="carat" src="../img/carat.png" height="10px" width="6px" />
|
36
|
+
Manager Class Reference
|
37
|
+
</p>
|
38
|
+
</div>
|
39
|
+
</section>
|
40
|
+
<div class="content-wrapper">
|
41
|
+
<nav class="book-parts">
|
42
|
+
<ul class="nav-parts">
|
43
|
+
<li class="part-name tasks">
|
44
|
+
<a href="../Classes.html">Classes</a>
|
45
|
+
<ul class="nav-chapters">
|
46
|
+
<li class="nav-chapter">
|
47
|
+
<a href="../Classes/Manager.html">Manager</a>
|
48
|
+
</li>
|
49
|
+
<li class="nav-chapter">
|
50
|
+
<a href="../Classes/Request.html">Request</a>
|
51
|
+
</li>
|
52
|
+
</ul>
|
53
|
+
</li>
|
54
|
+
<li class="part-name tasks">
|
55
|
+
<a href="../Global Variables.html">Global Variables</a>
|
56
|
+
<ul class="nav-chapters">
|
57
|
+
<li class="nav-chapter">
|
58
|
+
<a href="../Global Variables.html#/s:v9Alamofire20AlamofireErrorDomainSS">AlamofireErrorDomain</a>
|
59
|
+
</li>
|
60
|
+
</ul>
|
61
|
+
</li>
|
62
|
+
<li class="part-name tasks">
|
63
|
+
<a href="../Enums.html">Enums</a>
|
64
|
+
<ul class="nav-chapters">
|
65
|
+
<li class="nav-chapter">
|
66
|
+
<a href="../Enums.html#/s:O9Alamofire6Method">Method</a>
|
67
|
+
</li>
|
68
|
+
<li class="nav-chapter">
|
69
|
+
<a href="../Enums/ParameterEncoding.html">ParameterEncoding</a>
|
70
|
+
</li>
|
71
|
+
</ul>
|
72
|
+
</li>
|
73
|
+
<li class="part-name tasks">
|
74
|
+
<a href="../Extensions.html">Extensions</a>
|
75
|
+
<ul class="nav-chapters">
|
76
|
+
<li class="nav-chapter">
|
77
|
+
<a href="../Extensions.html#/s:SS">String</a>
|
78
|
+
</li>
|
79
|
+
<li class="nav-chapter">
|
80
|
+
<a href="../Extensions.html#/c:objc(cs)NSURLRequest">NSURLRequest</a>
|
81
|
+
</li>
|
82
|
+
<li class="nav-chapter">
|
83
|
+
<a href="../Extensions.html#/c:objc(cs)NSURLRequest">NSURLRequest</a>
|
84
|
+
</li>
|
85
|
+
<li class="nav-chapter">
|
86
|
+
<a href="../Extensions/Request.html">Request</a>
|
87
|
+
</li>
|
88
|
+
<li class="nav-chapter">
|
89
|
+
<a href="../Extensions/Manager.html">Manager</a>
|
90
|
+
</li>
|
91
|
+
<li class="nav-chapter">
|
92
|
+
<a href="../Extensions.html#/s:C9Alamofire7Request">Request</a>
|
93
|
+
</li>
|
94
|
+
<li class="nav-chapter">
|
95
|
+
<a href="../Extensions/Manager.html">Manager</a>
|
96
|
+
</li>
|
97
|
+
<li class="nav-chapter">
|
98
|
+
<a href="../Extensions/Request.html">Request</a>
|
99
|
+
</li>
|
100
|
+
<li class="nav-chapter">
|
101
|
+
<a href="../Extensions/Request.html">Request</a>
|
102
|
+
</li>
|
103
|
+
<li class="nav-chapter">
|
104
|
+
<a href="../Extensions/Request.html">Request</a>
|
105
|
+
</li>
|
106
|
+
<li class="nav-chapter">
|
107
|
+
<a href="../Extensions/Request.html">Request</a>
|
108
|
+
</li>
|
109
|
+
<li class="nav-chapter">
|
110
|
+
<a href="../Extensions/Request.html">Request</a>
|
111
|
+
</li>
|
112
|
+
<li class="nav-chapter">
|
113
|
+
<a href="../Extensions/Request.html">Request</a>
|
114
|
+
</li>
|
115
|
+
</ul>
|
116
|
+
</li>
|
117
|
+
<li class="part-name tasks">
|
118
|
+
<a href="../Functions.html">Functions</a>
|
119
|
+
<ul class="nav-chapters">
|
120
|
+
<li class="nav-chapter">
|
121
|
+
<a href="../Functions.html#/s:F9Alamofire7requestFTOS_6MethodPS_20URLStringConvertible_10parametersGSqGVSs10DictionarySSPSs9AnyObject___8encodingOS_17ParameterEncoding_CS_7Request">request(_:_:parameters:encoding:)</a>
|
122
|
+
</li>
|
123
|
+
<li class="nav-chapter">
|
124
|
+
<a href="../Functions.html#/s:F9Alamofire7requestFPS_21URLRequestConvertible_CS_7Request">request(_:)</a>
|
125
|
+
</li>
|
126
|
+
<li class="nav-chapter">
|
127
|
+
<a href="../Functions.html#/s:F9Alamofire6uploadFTOS_6MethodPS_20URLStringConvertible_CSo5NSURL_CS_7Request">upload(_:_:_:)</a>
|
128
|
+
</li>
|
129
|
+
<li class="nav-chapter">
|
130
|
+
<a href="../Functions.html#/s:F9Alamofire6uploadFTPS_21URLRequestConvertible_CSo5NSURL_CS_7Request">upload(_:_:)</a>
|
131
|
+
</li>
|
132
|
+
<li class="nav-chapter">
|
133
|
+
<a href="../Functions.html#/s:F9Alamofire6uploadFTOS_6MethodPS_20URLStringConvertible_CSo6NSData_CS_7Request">upload(_:_:_:)</a>
|
134
|
+
</li>
|
135
|
+
<li class="nav-chapter">
|
136
|
+
<a href="../Functions.html#/s:F9Alamofire6uploadFTPS_21URLRequestConvertible_CSo6NSData_CS_7Request">upload(_:_:)</a>
|
137
|
+
</li>
|
138
|
+
<li class="nav-chapter">
|
139
|
+
<a href="../Functions.html#/s:F9Alamofire6uploadFTOS_6MethodPS_20URLStringConvertible_CSo13NSInputStream_CS_7Request">upload(_:_:_:)</a>
|
140
|
+
</li>
|
141
|
+
<li class="nav-chapter">
|
142
|
+
<a href="../Functions.html#/s:F9Alamofire6uploadFTPS_21URLRequestConvertible_CSo13NSInputStream_CS_7Request">upload(_:_:)</a>
|
143
|
+
</li>
|
144
|
+
<li class="nav-chapter">
|
145
|
+
<a href="../Functions.html#/s:F9Alamofire8downloadFTOS_6MethodPS_20URLStringConvertible_FTCSo5NSURLCSo17NSHTTPURLResponse_S2__CS_7Request">download(_:_:_:)</a>
|
146
|
+
</li>
|
147
|
+
<li class="nav-chapter">
|
148
|
+
<a href="../Functions.html#/s:F9Alamofire8downloadFTPS_21URLRequestConvertible_FTCSo5NSURLCSo17NSHTTPURLResponse_S1__CS_7Request">download(_:_:)</a>
|
149
|
+
</li>
|
150
|
+
<li class="nav-chapter">
|
151
|
+
<a href="../Functions.html#/s:F9Alamofire8downloadFT10resumeDataCSo6NSDataFTCSo5NSURLCSo17NSHTTPURLResponse_S1__CS_7Request">download(resumeData:_:)</a>
|
152
|
+
</li>
|
153
|
+
</ul>
|
154
|
+
</li>
|
155
|
+
<li class="part-name tasks">
|
156
|
+
<a href="../Protocols.html">Protocols</a>
|
157
|
+
<ul class="nav-chapters">
|
158
|
+
<li class="nav-chapter">
|
159
|
+
<a href="../Protocols/URLStringConvertible.html">URLStringConvertible</a>
|
160
|
+
</li>
|
161
|
+
<li class="nav-chapter">
|
162
|
+
<a href="../Protocols/URLRequestConvertible.html">URLRequestConvertible</a>
|
163
|
+
</li>
|
164
|
+
</ul>
|
165
|
+
</li>
|
166
|
+
</ul>
|
167
|
+
</nav>
|
168
|
+
<div class="pixel-line"></div>
|
169
|
+
<div class="rubber-band-gap"></div>
|
170
|
+
<article class="chapter">
|
171
|
+
<a name="/"></a>
|
172
|
+
<h1 class="chapter-name">Manager</h1>
|
173
|
+
<section>
|
174
|
+
<section class="section">
|
175
|
+
<p class="para">Responsible for creating and managing <code>Request</code> objects, as well as their underlying <code>NSURLSession</code>.</p>
|
176
|
+
</section>
|
177
|
+
<section class="section task-group-section">
|
178
|
+
<div class="task-group">
|
179
|
+
<div class="task-name-container">
|
180
|
+
|
181
|
+
<a name="/Unnamed"></a>
|
182
|
+
|
183
|
+
</div>
|
184
|
+
<ul class="task-group-list">
|
185
|
+
<li class="item symbol">
|
186
|
+
<div class="task-group-term">
|
187
|
+
<code>
|
188
|
+
<a name="/s:vC9Alamofire7Manager14sharedInstanceS0_">
|
189
|
+
<a name="//apple_ref/swift/Property/sharedInstance" class="dashAnchor"></a>
|
190
|
+
<a class="x-instance-method Swift" href="#/s:vC9Alamofire7Manager14sharedInstanceS0_">sharedInstance</a>
|
191
|
+
</code>
|
192
|
+
</div>
|
193
|
+
<div class="height-container">
|
194
|
+
<div class="pointy-thing-container"></div>
|
195
|
+
<section class="section instance-method">
|
196
|
+
<div class="pointy-thing"></div>
|
197
|
+
<div class="abstract">
|
198
|
+
<p class="para">A shared instance of <code>Manager</code>, used by top-level Alamofire request methods, and suitable for use directly for any ad hoc requests.</p>
|
199
|
+
</div>
|
200
|
+
<div class="declaration">
|
201
|
+
<h4>Declaration</h4>
|
202
|
+
|
203
|
+
<div class="Swift">
|
204
|
+
<p class="aside-title">Swift</p>
|
205
|
+
<pre class="highlight"><code><span class="kd">public</span> <span class="kd">class</span> <span class="k">var</span> <span class="nv">sharedInstance</span><span class="p">:</span> <span class="kt">Manager</span> <span class="p">{</span> <span class="k">get</span> <span class="p">}</span></code></pre>
|
206
|
+
|
207
|
+
</div>
|
208
|
+
</div>
|
209
|
+
<div class="result-description view-on-github">
|
210
|
+
<a href="https://github.com/Alamofire/Alamofire/blob/1.1.0/Source/Alamofire.swift#L220">Show on GitHub</a>
|
211
|
+
</div>
|
212
|
+
</section>
|
213
|
+
</div>
|
214
|
+
</li>
|
215
|
+
<li class="item symbol">
|
216
|
+
<div class="task-group-term">
|
217
|
+
<code>
|
218
|
+
<a name="/s:vC9Alamofire7Manager7sessionCSo12NSURLSession">
|
219
|
+
<a name="//apple_ref/swift/Property/session" class="dashAnchor"></a>
|
220
|
+
<a class="x-instance-method Swift" href="#/s:vC9Alamofire7Manager7sessionCSo12NSURLSession">session</a>
|
221
|
+
</code>
|
222
|
+
</div>
|
223
|
+
<div class="height-container">
|
224
|
+
<div class="pointy-thing-container"></div>
|
225
|
+
<section class="section instance-method">
|
226
|
+
<div class="pointy-thing"></div>
|
227
|
+
<div class="abstract">
|
228
|
+
<p class="para">The underlying session.</p>
|
229
|
+
</div>
|
230
|
+
<div class="declaration">
|
231
|
+
<h4>Declaration</h4>
|
232
|
+
|
233
|
+
<div class="Swift">
|
234
|
+
<p class="aside-title">Swift</p>
|
235
|
+
<pre class="highlight"><code><span class="kd">public</span> <span class="k">let</span> <span class="nv">session</span><span class="p">:</span> <span class="kt">NSURLSession</span></code></pre>
|
236
|
+
|
237
|
+
</div>
|
238
|
+
</div>
|
239
|
+
<div class="result-description view-on-github">
|
240
|
+
<a href="https://github.com/Alamofire/Alamofire/blob/1.1.0/Source/Alamofire.swift#L279">Show on GitHub</a>
|
241
|
+
</div>
|
242
|
+
</section>
|
243
|
+
</div>
|
244
|
+
</li>
|
245
|
+
<li class="item symbol">
|
246
|
+
<div class="task-group-term">
|
247
|
+
<code>
|
248
|
+
<a name="/s:vC9Alamofire7Manager24startRequestsImmediatelySb">
|
249
|
+
<a name="//apple_ref/swift/Property/startRequestsImmediately" class="dashAnchor"></a>
|
250
|
+
<a class="x-instance-method Swift" href="#/s:vC9Alamofire7Manager24startRequestsImmediatelySb">startRequestsImmediately</a>
|
251
|
+
</code>
|
252
|
+
</div>
|
253
|
+
<div class="height-container">
|
254
|
+
<div class="pointy-thing-container"></div>
|
255
|
+
<section class="section instance-method">
|
256
|
+
<div class="pointy-thing"></div>
|
257
|
+
<div class="abstract">
|
258
|
+
<p class="para">Whether to start requests immediately after being constructed. <code>true</code> by default.</p>
|
259
|
+
</div>
|
260
|
+
<div class="declaration">
|
261
|
+
<h4>Declaration</h4>
|
262
|
+
|
263
|
+
<div class="Swift">
|
264
|
+
<p class="aside-title">Swift</p>
|
265
|
+
<pre class="highlight"><code><span class="kd">public</span> <span class="k">var</span> <span class="nv">startRequestsImmediately</span><span class="p">:</span> <span class="kt">Bool</span></code></pre>
|
266
|
+
|
267
|
+
</div>
|
268
|
+
</div>
|
269
|
+
<div class="result-description view-on-github">
|
270
|
+
<a href="https://github.com/Alamofire/Alamofire/blob/1.1.0/Source/Alamofire.swift#L282">Show on GitHub</a>
|
271
|
+
</div>
|
272
|
+
</section>
|
273
|
+
</div>
|
274
|
+
</li>
|
275
|
+
<li class="item symbol">
|
276
|
+
<div class="task-group-term">
|
277
|
+
<code>
|
278
|
+
<a name="/s:FC9Alamofire7ManagercFMS0_FT13configurationGSqCSo25NSURLSessionConfiguration__S0_">
|
279
|
+
<a name="//apple_ref/swift/Method/init(configuration:)" class="dashAnchor"></a>
|
280
|
+
<a class="x-instance-method Swift" href="#/s:FC9Alamofire7ManagercFMS0_FT13configurationGSqCSo25NSURLSessionConfiguration__S0_">init(configuration:)</a>
|
281
|
+
</code>
|
282
|
+
</div>
|
283
|
+
<div class="height-container">
|
284
|
+
<div class="pointy-thing-container"></div>
|
285
|
+
<section class="section instance-method">
|
286
|
+
<div class="pointy-thing"></div>
|
287
|
+
<div class="abstract">
|
288
|
+
|
289
|
+
<a href="Classes/Manager/init(configuration:).html" class="see-more">See more</a>
|
290
|
+
</div>
|
291
|
+
<div class="declaration">
|
292
|
+
<h4>Declaration</h4>
|
293
|
+
|
294
|
+
<div class="Swift">
|
295
|
+
<p class="aside-title">Swift</p>
|
296
|
+
<pre class="highlight"><code><span class="kd">required</span> <span class="kd">public</span> <span class="nf">init</span><span class="p">(</span><span class="nv">configuration</span><span class="p">:</span> <span class="kt">NSURLSessionConfiguration</span><span class="p">?</span> <span class="o">=</span> <span class="k">default</span><span class="p">)</span></code></pre>
|
297
|
+
|
298
|
+
</div>
|
299
|
+
</div>
|
300
|
+
<div class="parameters">
|
301
|
+
<h4>Parameters</h4>
|
302
|
+
<table class="graybox" border="0" cellspacing="0" cellpadding="5">
|
303
|
+
<tbody>
|
304
|
+
<tr>
|
305
|
+
<td scope="row">
|
306
|
+
<code>
|
307
|
+
<em class="term">configuration</em>
|
308
|
+
</code>
|
309
|
+
</td>
|
310
|
+
<td>
|
311
|
+
<div class="definition">
|
312
|
+
<p class="para">The configuration used to construct the managed session.</p>
|
313
|
+
</div>
|
314
|
+
</td>
|
315
|
+
</tr>
|
316
|
+
</tbody>
|
317
|
+
</table>
|
318
|
+
</div>
|
319
|
+
<div class="result-description view-on-github">
|
320
|
+
<a href="https://github.com/Alamofire/Alamofire/blob/1.1.0/Source/Alamofire.swift#L287">Show on GitHub</a>
|
321
|
+
</div>
|
322
|
+
</section>
|
323
|
+
</div>
|
324
|
+
</li>
|
325
|
+
</ul>
|
326
|
+
</div>
|
327
|
+
<div class="task-group">
|
328
|
+
<div class="task-name-container">
|
329
|
+
<hr/>
|
330
|
+
<a name="/Unnamed2"></a>
|
331
|
+
|
332
|
+
</div>
|
333
|
+
<ul class="task-group-list">
|
334
|
+
<li class="item symbol">
|
335
|
+
<div class="task-group-term">
|
336
|
+
<code>
|
337
|
+
<a name="/s:FC9Alamofire7Manager7requestFS0_FTOS_6MethodPS_20URLStringConvertible_10parametersGSqGVSs10DictionarySSPSs9AnyObject___8encodingOS_17ParameterEncoding_CS_7Request">
|
338
|
+
<a name="//apple_ref/swift/Method/request(_:_:parameters:encoding:)" class="dashAnchor"></a>
|
339
|
+
<a class="x-instance-method Swift" href="#/s:FC9Alamofire7Manager7requestFS0_FTOS_6MethodPS_20URLStringConvertible_10parametersGSqGVSs10DictionarySSPSs9AnyObject___8encodingOS_17ParameterEncoding_CS_7Request">request(_:_:parameters:encoding:)</a>
|
340
|
+
</code>
|
341
|
+
</div>
|
342
|
+
<div class="height-container">
|
343
|
+
<div class="pointy-thing-container"></div>
|
344
|
+
<section class="section instance-method">
|
345
|
+
<div class="pointy-thing"></div>
|
346
|
+
<div class="abstract">
|
347
|
+
<p class="para">Creates a request for the specified method, URL string, parameters, and parameter encoding.</p>
|
348
|
+
</div>
|
349
|
+
<div class="declaration">
|
350
|
+
<h4>Declaration</h4>
|
351
|
+
|
352
|
+
<div class="Swift">
|
353
|
+
<p class="aside-title">Swift</p>
|
354
|
+
<pre class="highlight"><code><span class="kd">public</span> <span class="kd">func</span> <span class="nf">request</span><span class="p">(</span><span class="nv">method</span><span class="p">:</span> <span class="kt">Method</span><span class="p">,</span> <span class="n">_</span> <span class="kt">URLString</span><span class="p">:</span> <span class="kt">URLStringConvertible</span><span class="p">,</span> <span class="nv">parameters</span><span class="p">:</span> <span class="p">[</span><span class="kt">String</span> <span class="p">:</span> <span class="kt">AnyObject</span><span class="p">]?</span> <span class="o">=</span> <span class="k">default</span><span class="p">,</span> <span class="nv">encoding</span><span class="p">:</span> <span class="kt">ParameterEncoding</span> <span class="o">=</span> <span class="k">default</span><span class="p">)</span> <span class="o">-></span> <span class="kt">Request</span></code></pre>
|
355
|
+
|
356
|
+
</div>
|
357
|
+
</div>
|
358
|
+
<div class="parameters">
|
359
|
+
<h4>Parameters</h4>
|
360
|
+
<table class="graybox" border="0" cellspacing="0" cellpadding="5">
|
361
|
+
<tbody>
|
362
|
+
<tr>
|
363
|
+
<td scope="row">
|
364
|
+
<code>
|
365
|
+
<em class="term">method</em>
|
366
|
+
</code>
|
367
|
+
</td>
|
368
|
+
<td>
|
369
|
+
<div class="definition">
|
370
|
+
<p class="para">The HTTP method.</p>
|
371
|
+
</div>
|
372
|
+
</td>
|
373
|
+
</tr>
|
374
|
+
<tr>
|
375
|
+
<td scope="row">
|
376
|
+
<code>
|
377
|
+
<em class="term">URLString</em>
|
378
|
+
</code>
|
379
|
+
</td>
|
380
|
+
<td>
|
381
|
+
<div class="definition">
|
382
|
+
<p class="para">The URL string.</p>
|
383
|
+
</div>
|
384
|
+
</td>
|
385
|
+
</tr>
|
386
|
+
<tr>
|
387
|
+
<td scope="row">
|
388
|
+
<code>
|
389
|
+
<em class="term">parameters</em>
|
390
|
+
</code>
|
391
|
+
</td>
|
392
|
+
<td>
|
393
|
+
<div class="definition">
|
394
|
+
<p class="para">The parameters. <code>nil</code> by default.</p>
|
395
|
+
</div>
|
396
|
+
</td>
|
397
|
+
</tr>
|
398
|
+
<tr>
|
399
|
+
<td scope="row">
|
400
|
+
<code>
|
401
|
+
<em class="term">encoding</em>
|
402
|
+
</code>
|
403
|
+
</td>
|
404
|
+
<td>
|
405
|
+
<div class="definition">
|
406
|
+
<p class="para">The parameter encoding. <code>.URL</code> by default.</p>
|
407
|
+
</div>
|
408
|
+
</td>
|
409
|
+
</tr>
|
410
|
+
</tbody>
|
411
|
+
</table>
|
412
|
+
</div>
|
413
|
+
<div class="result-description">
|
414
|
+
<h4>Return Value</h4>
|
415
|
+
<p class="para">The created request.</p>
|
416
|
+
</div>
|
417
|
+
<div class="result-description view-on-github">
|
418
|
+
<a href="https://github.com/Alamofire/Alamofire/blob/1.1.0/Source/Alamofire.swift#L308">Show on GitHub</a>
|
419
|
+
</div>
|
420
|
+
</section>
|
421
|
+
</div>
|
422
|
+
</li>
|
423
|
+
<li class="item symbol">
|
424
|
+
<div class="task-group-term">
|
425
|
+
<code>
|
426
|
+
<a name="/s:FC9Alamofire7Manager7requestFS0_FPS_21URLRequestConvertible_CS_7Request">
|
427
|
+
<a name="//apple_ref/swift/Method/request(_:)" class="dashAnchor"></a>
|
428
|
+
<a class="x-instance-method Swift" href="#/s:FC9Alamofire7Manager7requestFS0_FPS_21URLRequestConvertible_CS_7Request">request(_:)</a>
|
429
|
+
</code>
|
430
|
+
</div>
|
431
|
+
<div class="height-container">
|
432
|
+
<div class="pointy-thing-container"></div>
|
433
|
+
<section class="section instance-method">
|
434
|
+
<div class="pointy-thing"></div>
|
435
|
+
<div class="abstract">
|
436
|
+
<p class="para">Creates a request for the specified URL request.If <code>startRequestsImmediately</code> is <code>true</code>, the request will have <code>resume()</code> called before being returned.</p>
|
437
|
+
</div>
|
438
|
+
<div class="declaration">
|
439
|
+
<h4>Declaration</h4>
|
440
|
+
|
441
|
+
<div class="Swift">
|
442
|
+
<p class="aside-title">Swift</p>
|
443
|
+
<pre class="highlight"><code><span class="kd">public</span> <span class="kd">func</span> <span class="nf">request</span><span class="p">(</span><span class="kt">URLRequest</span><span class="p">:</span> <span class="kt">URLRequestConvertible</span><span class="p">)</span> <span class="o">-></span> <span class="kt">Request</span></code></pre>
|
444
|
+
|
445
|
+
</div>
|
446
|
+
</div>
|
447
|
+
<div class="parameters">
|
448
|
+
<h4>Parameters</h4>
|
449
|
+
<table class="graybox" border="0" cellspacing="0" cellpadding="5">
|
450
|
+
<tbody>
|
451
|
+
<tr>
|
452
|
+
<td scope="row">
|
453
|
+
<code>
|
454
|
+
<em class="term">URLRequest</em>
|
455
|
+
</code>
|
456
|
+
</td>
|
457
|
+
<td>
|
458
|
+
<div class="definition">
|
459
|
+
<p class="para">The URL request</p>
|
460
|
+
</div>
|
461
|
+
</td>
|
462
|
+
</tr>
|
463
|
+
</tbody>
|
464
|
+
</table>
|
465
|
+
</div>
|
466
|
+
<div class="result-description">
|
467
|
+
<h4>Return Value</h4>
|
468
|
+
<p class="para">The created request.</p>
|
469
|
+
</div>
|
470
|
+
<div class="result-description view-on-github">
|
471
|
+
<a href="https://github.com/Alamofire/Alamofire/blob/1.1.0/Source/Alamofire.swift#L322">Show on GitHub</a>
|
472
|
+
</div>
|
473
|
+
</section>
|
474
|
+
</div>
|
475
|
+
</li>
|
476
|
+
</ul>
|
477
|
+
</div>
|
478
|
+
</section>
|
479
|
+
</section>
|
480
|
+
<section id="footer">
|
481
|
+
<p class="copyright">© YYYY <a class="link" href="https://nshipster.com/alamofire" target="_blank" rel="external">Alamofire</a>. All rights reserved. (Last updated: YYYY-MM-DD)</p>
|
482
|
+
<p class="copyright">Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ vX.X.X</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
483
|
+
</section>
|
484
|
+
</article>
|
485
|
+
</div>
|
486
|
+
</body>
|
487
|
+
</div>
|
488
|
+
</html>
|