writefreely-swift/docs/index.html

132 lines
3.0 KiB
HTML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>WriteFreely - WriteFreely</title>
<link rel="stylesheet" type="text/css" href="/all.css" media="all" />
</head>
<body>
<header>
<a href="/">
<strong>
WriteFreely
</strong>
<span>Documentation</span>
</a>
<sup>Beta</sup>
</header>
<!--
<form class="search">
<input type="search" placeholder="Search" />
</form>
-->
<nav>
<div class="wrapper">
<h2>On This Page</h2>
<ol><li><a href="#classes">Classes</a></li><li><a href="#structures">Structures</a></li><li><a href="#enumerations">Enumerations</a></li><li><a href="#protocols">Protocols</a></li><li><a href="#extensions">Extensions</a></li></ol>
</div>
</nav>
<main>
<article>
<section id="classes">
<h2>Classes</h2>
<dl>
<dt class="class">
<a href="/WFClient" title="class - WFClient">
WFClient
</a>
</dt>
<dd>
</dd>
</dl>
</section>
<section id="structures">
<h2>Structures</h2>
<dl>
<dt class="structure">
<a href="/WFCollection" title="structure - WFCollection">
WFCollection
</a>
</dt>
<dd>
</dd>
<dt class="structure">
<a href="/WFPost" title="structure - WFPost">
WFPost
</a>
</dt>
<dd>
</dd>
<dt class="structure">
<a href="/WFUser" title="structure - WFUser">
WFUser
</a>
</dt>
<dd>
</dd>
</dl>
</section>
<section id="enumerations">
<h2>Enumerations</h2>
<dl>
<dt class="enumeration">
<a href="/WFError" title="enumeration - WFError">
WFError
</a>
</dt>
<dd>
</dd>
</dl>
</section>
<section id="protocols">
<h2>Protocols</h2>
<dl>
<dt class="protocol">
<a href="/URLSessionProtocol" title="protocol - URLSessionProtocol">
URLSessionProtocol
</a>
</dt>
<dd>
<p>Define requirements for <code>URLSession</code>s here for dependency-injection purposes (specifically, for testing).</p>
</dd>
<dt class="protocol">
<a href="/URLSessionDataTaskProtocol" title="protocol - URLSessionDataTaskProtocol">
URLSessionDataTaskProtocol
</a>
</dt>
<dd>
<p>Define requirements for <code>URLSessionDataTask</code>s here for dependency-injection purposes (specifically, for testing).</p>
</dd>
</dl>
</section>
<section id="extensions">
<h2>Extensions</h2>
<dl>
<dt class="extension">
<a href="/URLSession">URLSession</a>
</dt>
<dd></dd>
</dl>
<section>
</article>
</main>
<footer>
<p>
Generated on <time datetime="2021-05-27T16:32:52-0400">May 27, 2021</time> using <a href="https://github.com/SwiftDocOrg/swift-doc">swift-doc</a> <span class="version">1.0.0-beta.6</span>.
</p>
</footer>
</body>
</html>