Skip to content

Commit

Permalink
Merge pull request #13 from michaelbabiy/as/principals/michael/swift-6
Browse files Browse the repository at this point in the history
Atom 4.0
  • Loading branch information
krishnavarma1 authored Jan 14, 2025
2 parents 80715af + 74d331f commit 104917c
Show file tree
Hide file tree
Showing 325 changed files with 10,547 additions and 29,373 deletions.
2 changes: 1 addition & 1 deletion Atom.xcworkspace/contents.xcworkspacedata

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

124 changes: 47 additions & 77 deletions Documentation/Classes.html → Documentation/Actors.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Classes Reference</title>
<title>Actors Reference</title>
<link rel="stylesheet" type="text/css" href="css/jazzy.css" />
<link rel="stylesheet" type="text/css" href="css/highlight.css" />
<meta charset='utf-8'>
Expand All @@ -13,42 +13,36 @@
<script src="js/jazzy.search.js" defer></script>
</head>
<body>
<a name="//apple_ref/swift/Section/Classes" class="dashAnchor"></a>
<a title="Classes Reference"></a>
<a name="//apple_ref/swift/Section/Actors" class="dashAnchor"></a>
<a title="Actors Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="index.html">Atom Docs</a> (98% documented)</p>
<p class="header-right">
<p><a href="index.html">AtomNetworking Docs</a> (100% documented)</p>
<div class="header-right">
<form role="search" action="search.json">
<input type="text" placeholder="Search documentation" data-typeahead>
</form>
</p>
</div>
</div>
</header>
<div class="content-wrapper">
<p id="breadcrumbs">
<a href="index.html">Atom Reference</a>
<img id="carat" src="img/carat.png" />
Classes Reference
<a href="index.html">AtomNetworking</a>
<img id="carat" src="img/carat.png" alt=""/>
Actors Reference
</p>
</div>
<div class="content-wrapper">
<nav class="sidebar">
<ul class="nav-groups">
<li class="nav-group-name">
<a href="Classes.html">Classes</a>
<a href="Actors.html">Actors</a>
<ul class="nav-group-tasks">
<li class="nav-group-task">
<a href="Classes/Atom.html">Atom</a>
<a href="Actors/Atom.html">Atom</a>
</li>
<li class="nav-group-task">
<a href="Classes/Service.html">Service</a>
</li>
<li class="nav-group-task">
<a href="Classes/ServiceConfiguration.html">ServiceConfiguration</a>
</li>
<li class="nav-group-task">
<a href="Classes/ServiceConfiguration/Configuration.html">– Configuration</a>
<a href="Actors/Service.html">Service</a>
</li>
</ul>
</li>
Expand All @@ -61,12 +55,21 @@
<li class="nav-group-task">
<a href="Enums/AuthenticationMethod.html">AuthenticationMethod</a>
</li>
<li class="nav-group-task">
<a href="Enums/BaseURLScheme.html">BaseURLScheme</a>
</li>
<li class="nav-group-task">
<a href="Enums/GrantType.html">GrantType</a>
</li>
<li class="nav-group-task">
<a href="Enums/HTTPMethod.html">HTTPMethod</a>
</li>
<li class="nav-group-task">
<a href="Enums/RequestableError.html">RequestableError</a>
</li>
<li class="nav-group-task">
<a href="Enums/SessionConfiguration.html">SessionConfiguration</a>
</li>
</ul>
</li>
<li class="nav-group-name">
Expand All @@ -78,9 +81,6 @@
<li class="nav-group-task">
<a href="Extensions.html#/s:10Foundation4DataV">Data</a>
</li>
<li class="nav-group-task">
<a href="Extensions/URLRequest.html">URLRequest</a>
</li>
<li class="nav-group-task">
<a href="Extensions/URLResponse.html">URLResponse</a>
</li>
Expand All @@ -102,7 +102,7 @@
<a href="Protocols/ClientCredentialConvertible.html">ClientCredentialConvertible</a>
</li>
<li class="nav-group-task">
<a href="Protocols.html#/s:4Atom5ModelP">Model</a>
<a href="Protocols.html#/s:14AtomNetworking5ModelP">Model</a>
</li>
<li class="nav-group-task">
<a href="Protocols/Requestable.html">Requestable</a>
Expand All @@ -127,24 +127,24 @@
<li class="nav-group-task">
<a href="Structs/BaseURL.html">BaseURL</a>
</li>
<li class="nav-group-task">
<a href="Structs/BaseURL/Scheme.html">– Scheme</a>
</li>
<li class="nav-group-task">
<a href="Structs/BasicCredential.html">BasicCredential</a>
</li>
<li class="nav-group-task">
<a href="Structs/ClientCredential.html">ClientCredential</a>
</li>
<li class="nav-group-task">
<a href="Structs/ClientCredential/GrantType.html">– GrantType</a>
</li>
<li class="nav-group-task">
<a href="Structs/HeaderItem.html">HeaderItem</a>
</li>
<li class="nav-group-task">
<a href="Structs/QueryItem.html">QueryItem</a>
</li>
<li class="nav-group-task">
<a href="Structs/ServiceConfiguration.html">ServiceConfiguration</a>
</li>
<li class="nav-group-task">
<a href="Structs/ServiceTimeout.html">ServiceTimeout</a>
</li>
<li class="nav-group-task">
<a href="Structs/TokenCredential.html">TokenCredential</a>
</li>
Expand All @@ -158,8 +158,8 @@
<article class="main-content">
<section>
<section class="section">
<h1>Classes</h1>
<p>The following classes are available globally.</p>
<h1>Actors</h1>
<p>The following actors are available globally.</p>

</section>
<section class="section task-group-section">
Expand All @@ -168,9 +168,9 @@ <h1>Classes</h1>
<li class="item">
<div>
<code>
<a name="/s:4AtomAAC"></a>
<a name="//apple_ref/swift/Class/Atom" class="dashAnchor"></a>
<a class="token" href="#/s:4AtomAAC">Atom</a>
<a name="/s:14AtomNetworking0A0C"></a>
<a name="//apple_ref/swift/Actor/Atom" class="dashAnchor"></a>
<a class="token" href="#/s:14AtomNetworking0A0C">Atom</a>
</code>
</div>
<div class="height-container">
Expand All @@ -180,13 +180,13 @@ <h1>Classes</h1>
<div class="abstract">
<p>The lightweight &amp; delightful networking library.</p>

<a href="Classes/Atom.html" class="slightly-smaller">See more</a>
<a href="Actors/Atom.html" class="slightly-smaller">See more</a>
</div>
<div class="declaration">
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight swift"><code><span class="kd">public</span> <span class="kd">final</span> <span class="kd">class</span> <span class="kt">Atom</span></code></pre>
<pre class="highlight swift"><code><span class="kd">public</span> <span class="kd">actor</span> <span class="kt">Atom</span> <span class="p">:</span> <span class="kt">Sendable</span></code></pre>

</div>
</div>
Expand All @@ -196,59 +196,30 @@ <h4>Declaration</h4>
<li class="item">
<div>
<code>
<a name="/s:4Atom7ServiceC"></a>
<a name="//apple_ref/swift/Class/Service" class="dashAnchor"></a>
<a class="token" href="#/s:4Atom7ServiceC">Service</a>
<a name="/s:14AtomNetworking7ServiceC"></a>
<a name="//apple_ref/swift/Actor/Service" class="dashAnchor"></a>
<a class="token" href="#/s:14AtomNetworking7ServiceC">Service</a>
</code>
</div>
<div class="height-container">
<div class="pointer-container"></div>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p><code>Service</code> is a public facing class responsible for managing
<code>URLSession</code> configuration, network calls, and decoding instances of a
data type into internal models.</p>

<p><code>Service</code> is available through the <code><a href="Classes/Atom.html">Atom</a></code> instance only and cannot be
initialized dirrectly. This behavior is intentional to allow for better separation
of responsibilities such as creating a request, network call, and data decoding.</p>
<p><code>Service</code> is a public facing class responsible for managing <code>URLSession</code> configuration,
network calls, and decoding instances of a data type into internal models.</p>

<a href="Classes/Service.html" class="slightly-smaller">See more</a>
</div>
<div class="declaration">
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight swift"><code><span class="kd">public</span> <span class="kd">class</span> <span class="kt">Service</span></code></pre>

</div>
</div>
</section>
</div>
</li>
<li class="item">
<div>
<code>
<a name="/s:4Atom20ServiceConfigurationC"></a>
<a name="//apple_ref/swift/Class/ServiceConfiguration" class="dashAnchor"></a>
<a class="token" href="#/s:4Atom20ServiceConfigurationC">ServiceConfiguration</a>
</code>
</div>
<div class="height-container">
<div class="pointer-container"></div>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>Model object representing Service configuration.</p>
<p><code>Service</code> is available through the <code><a href="Actors/Atom.html">Atom</a></code> instance only and cannot be initialized dirrectly. This
behavior is intentional to allow for better separation of responsibilities such as creating a request,
network call, and data decoding.</p>

<a href="Classes/ServiceConfiguration.html" class="slightly-smaller">See more</a>
<a href="Actors/Service.html" class="slightly-smaller">See more</a>
</div>
<div class="declaration">
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight swift"><code><span class="kd">public</span> <span class="kd">final</span> <span class="kd">class</span> <span class="kt">ServiceConfiguration</span></code></pre>
<pre class="highlight swift"><code><span class="kd">public</span> <span class="kd">actor</span> <span class="kt">Service</span> <span class="p">:</span> <span class="kt">Sendable</span></code></pre>

</div>
</div>
Expand All @@ -260,11 +231,10 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2020 <a class="link" href="" target="_blank" rel="external"></a>. All rights reserved. (Last updated: 2020-12-21)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>&copy; 2025 <a class="link" href="" target="_blank" rel="external noopener"></a>. All rights reserved. (Last updated: 2025-01-13)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.15.3</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
</section>
</article>
</div>
</body>
</div>
</html>
Loading

0 comments on commit 104917c

Please sign in to comment.