Skip to content

Commit 066bd77

Browse files
committed
Initial release.
0 parents  commit 066bd77

File tree

181 files changed

+23661
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

181 files changed

+23661
-0
lines changed

.gitignore

Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
# Xcode
2+
#
3+
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
4+
5+
## Build generated
6+
build/
7+
DerivedData/
8+
9+
## Various settings
10+
*.pbxuser
11+
!default.pbxuser
12+
*.mode1v3
13+
!default.mode1v3
14+
*.mode2v3
15+
!default.mode2v3
16+
*.perspectivev3
17+
!default.perspectivev3
18+
xcuserdata/
19+
20+
## Other
21+
*.moved-aside
22+
*.xccheckout
23+
*.xcscmblueprint
24+
25+
## Obj-C/Swift specific
26+
*.hmap
27+
*.ipa
28+
*.dSYM.zip
29+
*.dSYM
30+
31+
## Playgrounds
32+
timeline.xctimeline
33+
playground.xcworkspace
34+
35+
# Swift Package Manager
36+
#
37+
# Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
38+
# Packages/
39+
# Package.pins
40+
# Package.resolved
41+
.build/
42+
43+
# CocoaPods
44+
#
45+
# We recommend against adding the Pods directory to your .gitignore. However
46+
# you should judge for yourself, the pros and cons are mentioned at:
47+
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
48+
#
49+
# Pods/
50+
51+
# Carthage
52+
#
53+
# Add this line if you want to avoid checking in source code from Carthage dependencies.
54+
# Carthage/Checkouts
55+
56+
Carthage/Build
57+
58+
# fastlane
59+
#
60+
# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
61+
# screenshots whenever they are needed.
62+
# For more information about the recommended setup visit:
63+
# https://docs.fastlane.tools/best-practices/source-control/#source-control
64+
65+
fastlane/report.xml
66+
fastlane/Preview.html
67+
fastlane/screenshots
68+
fastlane/test_output
69+
/.DS_Store
70+
.DS_Store
71+
/Framework/docs

Atom.xcworkspace/contents.xcworkspacedata

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>IDEDidComputeMac32BitWarning</key>
6+
<true/>
7+
</dict>
8+
</plist>

Documentation/Enums.html

Lines changed: 200 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,200 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<title>Enumerations 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 src="js/jquery.min.js" defer></script>
9+
<script src="js/jazzy.js" defer></script>
10+
11+
</head>
12+
<body>
13+
<a name="//apple_ref/swift/Section/Enumerations" class="dashAnchor"></a>
14+
<a title="Enumerations Reference"></a>
15+
<header>
16+
<div class="content-wrapper">
17+
<p><a href="index.html">Atom Docs</a> (99% documented)</p>
18+
</div>
19+
</header>
20+
<div class="content-wrapper">
21+
<p id="breadcrumbs">
22+
<a href="index.html">Atom Reference</a>
23+
<img id="carat" src="img/carat.png" />
24+
Enumerations Reference
25+
</p>
26+
</div>
27+
<div class="content-wrapper">
28+
<nav class="sidebar">
29+
<ul class="nav-groups">
30+
<li class="nav-group-name">
31+
<a href="Enums.html">Enumerations</a>
32+
<ul class="nav-group-tasks">
33+
<li class="nav-group-task">
34+
<a href="Enums/AtomError.html">AtomError</a>
35+
</li>
36+
<li class="nav-group-task">
37+
<a href="Enums/RequestableError.html">RequestableError</a>
38+
</li>
39+
</ul>
40+
</li>
41+
<li class="nav-group-name">
42+
<a href="Extensions.html">Extensions</a>
43+
<ul class="nav-group-tasks">
44+
<li class="nav-group-task">
45+
<a href="Extensions/Optional.html">Optional</a>
46+
</li>
47+
<li class="nav-group-task">
48+
<a href="Extensions/URLResponse.html">URLResponse</a>
49+
</li>
50+
</ul>
51+
</li>
52+
<li class="nav-group-name">
53+
<a href="Protocols.html">Protocols</a>
54+
<ul class="nav-group-tasks">
55+
<li class="nav-group-task">
56+
<a href="Protocols/BasicCredentialConvertible.html">BasicCredentialConvertible</a>
57+
</li>
58+
<li class="nav-group-task">
59+
<a href="Protocols/ClientCredentialConvertible.html">ClientCredentialConvertible</a>
60+
</li>
61+
<li class="nav-group-task">
62+
<a href="Protocols.html#/s:4Atom5ModelP">Model</a>
63+
</li>
64+
<li class="nav-group-task">
65+
<a href="Protocols/Requestable.html">Requestable</a>
66+
</li>
67+
<li class="nav-group-task">
68+
<a href="Protocols/TokenCredentialWritable.html">TokenCredentialWritable</a>
69+
</li>
70+
</ul>
71+
</li>
72+
<li class="nav-group-name">
73+
<a href="Structs.html">Structures</a>
74+
<ul class="nav-group-tasks">
75+
<li class="nav-group-task">
76+
<a href="Structs/Atom.html">Atom</a>
77+
</li>
78+
<li class="nav-group-task">
79+
<a href="Structs/Atom/AuthenticationMethod.html">– AuthenticationMethod</a>
80+
</li>
81+
<li class="nav-group-task">
82+
<a href="Structs/Atom/AuthorizationEndpoint.html">– AuthorizationEndpoint</a>
83+
</li>
84+
<li class="nav-group-task">
85+
<a href="Structs/Atom/BaseURL.html">– BaseURL</a>
86+
</li>
87+
<li class="nav-group-task">
88+
<a href="Structs/Atom/BasicCredential.html">– BasicCredential</a>
89+
</li>
90+
<li class="nav-group-task">
91+
<a href="Structs/Atom/ClientCredential.html">– ClientCredential</a>
92+
</li>
93+
<li class="nav-group-task">
94+
<a href="Structs/Atom/HeaderItem.html">– HeaderItem</a>
95+
</li>
96+
<li class="nav-group-task">
97+
<a href="Structs/Atom/Method.html">– Method</a>
98+
</li>
99+
<li class="nav-group-task">
100+
<a href="Structs/Atom/Response.html">– Response</a>
101+
</li>
102+
<li class="nav-group-task">
103+
<a href="Structs/Atom/TokenCredential.html">– TokenCredential</a>
104+
</li>
105+
<li class="nav-group-task">
106+
<a href="Structs/Atom/URLPath.html">– URLPath</a>
107+
</li>
108+
<li class="nav-group-task">
109+
<a href="Structs/Atom/Service.html">– Service</a>
110+
</li>
111+
<li class="nav-group-task">
112+
<a href="Structs/Atom/ServiceConfiguration.html">– ServiceConfiguration</a>
113+
</li>
114+
</ul>
115+
</li>
116+
</ul>
117+
</nav>
118+
<article class="main-content">
119+
<section>
120+
<section class="section">
121+
<h1>Enumerations</h1>
122+
<p>The following enumerations are available globally.</p>
123+
124+
</section>
125+
<section class="section task-group-section">
126+
<div class="task-group">
127+
<ul>
128+
<li class="item">
129+
<div>
130+
<code>
131+
<a name="/s:4Atom0A5ErrorO"></a>
132+
<a name="//apple_ref/swift/Enum/AtomError" class="dashAnchor"></a>
133+
<a class="token" href="#/s:4Atom0A5ErrorO">AtomError</a>
134+
</code>
135+
</div>
136+
<div class="height-container">
137+
<div class="pointer-container"></div>
138+
<section class="section">
139+
<div class="pointer"></div>
140+
<div class="abstract">
141+
<p>List of all possible error cases thrown by <code><a href="Structs/Atom.html">Atom</a></code> framework.</p>
142+
143+
<a href="Enums/AtomError.html" class="slightly-smaller">See more</a>
144+
</div>
145+
<div class="declaration">
146+
<h4>Declaration</h4>
147+
<div class="language">
148+
<p class="aside-title">Swift</p>
149+
<pre class="highlight swift"><code><span class="kd">public</span> <span class="kd">enum</span> <span class="kt">AtomError</span> <span class="p">:</span> <span class="kt">Error</span></code></pre>
150+
151+
</div>
152+
</div>
153+
</section>
154+
</div>
155+
</li>
156+
</ul>
157+
</div>
158+
<div class="task-group">
159+
<ul>
160+
<li class="item">
161+
<div>
162+
<code>
163+
<a name="/s:4Atom16RequestableErrorO"></a>
164+
<a name="//apple_ref/swift/Enum/RequestableError" class="dashAnchor"></a>
165+
<a class="token" href="#/s:4Atom16RequestableErrorO">RequestableError</a>
166+
</code>
167+
</div>
168+
<div class="height-container">
169+
<div class="pointer-container"></div>
170+
<section class="section">
171+
<div class="pointer"></div>
172+
<div class="abstract">
173+
<p>List of all possible error cases thrown when conversion from <code><a href="Protocols/Requestable.html">Requestable</a></code> to <code>URLRequest</code> fails.</p>
174+
175+
<a href="Enums/RequestableError.html" class="slightly-smaller">See more</a>
176+
</div>
177+
<div class="declaration">
178+
<h4>Declaration</h4>
179+
<div class="language">
180+
<p class="aside-title">Swift</p>
181+
<pre class="highlight swift"><code><span class="kd">public</span> <span class="kd">enum</span> <span class="kt">RequestableError</span> <span class="p">:</span> <span class="kt">Error</span></code></pre>
182+
183+
</div>
184+
</div>
185+
</section>
186+
</div>
187+
</li>
188+
</ul>
189+
</div>
190+
</section>
191+
</section>
192+
<section id="footer">
193+
<p>&copy; 2019 <a class="link" href="" target="_blank" rel="external"></a>. All rights reserved. (Last updated: 2019-12-02)</p>
194+
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.11.2</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
195+
</section>
196+
</article>
197+
</div>
198+
</body>
199+
</div>
200+
</html>

0 commit comments

Comments
 (0)