-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ce5cad1
commit 3a78cda
Showing
35 changed files
with
3,590 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,155 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="x-ua-compatible" content="ie=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<meta name="generator" content="ExDoc v0.32.1"> | ||
<meta name="project" content="logpoint_api v0.1.0"> | ||
|
||
|
||
<meta name="robots" content="noindex"> | ||
|
||
<title>404 — logpoint_api v0.1.0</title> | ||
<link rel="stylesheet" href="dist/html-elixir-2C5PUTIB.css" /> | ||
|
||
|
||
<script src="dist/handlebars.runtime-NWIB6V2M.js"></script> | ||
<script src="dist/handlebars.templates-IHH6HKET.js"></script> | ||
<script src="dist/sidebar_items-F8023DBD.js"></script> | ||
<script src="docs_config.js"></script> | ||
<script async src="dist/html-GXQ6W6IF.js"></script> | ||
|
||
|
||
</head> | ||
<body data-type="extras" class="page-extra"> | ||
<script> | ||
|
||
try { | ||
var settings = JSON.parse(localStorage.getItem('ex_doc:settings') || '{}'); | ||
|
||
if (settings.theme === 'dark' || | ||
((settings.theme === 'system' || settings.theme == null) && | ||
window.matchMedia('(prefers-color-scheme: dark)').matches) | ||
) { | ||
document.body.classList.add('dark') | ||
} | ||
} catch (error) { } | ||
</script> | ||
|
||
<div class="body-wrapper"> | ||
|
||
<button id="sidebar-menu" class="sidebar-button sidebar-toggle" aria-label="toggle sidebar" aria-controls="sidebar"> | ||
<i class="ri-menu-line ri-lg" title="Collapse/expand sidebar"></i> | ||
</button> | ||
|
||
<nav id="sidebar" class="sidebar"> | ||
|
||
<div class="sidebar-header"> | ||
<div class="sidebar-projectInfo"> | ||
|
||
<div> | ||
<a href="api-reference.html" class="sidebar-projectName" translate="no"> | ||
logpoint_api | ||
</a> | ||
<div class="sidebar-projectVersion" translate="no"> | ||
v0.1.0 | ||
</div> | ||
</div> | ||
</div> | ||
<ul id="sidebar-listNav" class="sidebar-listNav" role="tablist"> | ||
<li> | ||
<button id="extras-list-tab-button" role="tab" data-type="extras" aria-controls="extras-tab-panel" aria-selected="true" tabindex="0"> | ||
Pages | ||
</button> | ||
</li> | ||
|
||
<li> | ||
<button id="modules-list-tab-button" role="tab" data-type="modules" aria-controls="modules-tab-panel" aria-selected="false" tabindex="-1"> | ||
Modules | ||
</button> | ||
</li> | ||
|
||
|
||
</ul> | ||
</div> | ||
|
||
<div id="extras-tab-panel" class="sidebar-tabpanel" role="tabpanel" aria-labelledby="extras-list-tab-button"> | ||
<ul id="extras-full-list" class="full-list"></ul> | ||
</div> | ||
|
||
<div id="modules-tab-panel" class="sidebar-tabpanel" role="tabpanel" aria-labelledby="modules-list-tab-button" hidden> | ||
<ul id="modules-full-list" class="full-list"></ul> | ||
</div> | ||
|
||
|
||
</nav> | ||
|
||
<main class="content"> | ||
<output role="status" id="toast"></output> | ||
|
||
<div id="content" class="content-inner"> | ||
<div class="top-search"> | ||
<div class="search-settings"> | ||
<form class="search-bar" action="search.html"> | ||
<label class="search-label"> | ||
<span class="sr-only">Search documentation of logpoint_api</span> | ||
<input name="q" type="text" class="search-input" placeholder="Press / to search" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false" /> | ||
</label> | ||
<button type="submit" class="search-button" aria-label="Submit Search"> | ||
<i class="ri-search-2-line ri-lg" aria-hidden="true" title="Submit search"></i> | ||
</button> | ||
<button type="button" tabindex="-1" class="search-close-button" aria-hidden="true"> | ||
<i class="ri-close-line ri-lg" title="Cancel search"></i> | ||
</button> | ||
</form> | ||
<div class="autocomplete"> | ||
</div> | ||
<button class="icon-settings display-settings"> | ||
<i class="ri-settings-3-line"></i> | ||
<span class="sr-only">Settings</span> | ||
</button> | ||
</div> | ||
</div> | ||
|
||
<h1> | ||
<span>Page not found</span> | ||
</h1> | ||
|
||
<p>Sorry, but the page you were trying to get to, does not exist. You | ||
may want to try searching this site using the sidebar | ||
|
||
or using our <a href="api-reference.html">API Reference</a> page | ||
|
||
to find what you were looking for.</p> | ||
<footer class="footer"> | ||
<p> | ||
|
||
<span class="line"> | ||
<button class="a-main footer-button display-quick-switch" title="Search HexDocs packages"> | ||
Search HexDocs | ||
</button> | ||
|
||
<a href="logpoint_api.epub" title="ePub version"> | ||
Download ePub version | ||
</a> | ||
|
||
</span> | ||
</p> | ||
|
||
<p class="built-using"> | ||
Built using | ||
<a href="https://github.com/elixir-lang/ex_doc" title="ExDoc" target="_blank" rel="help noopener" translate="no">ExDoc</a> (v0.32.1) for the | ||
|
||
<a href="https://elixir-lang.org" title="Elixir" target="_blank" translate="no">Elixir programming language</a> | ||
|
||
</p> | ||
|
||
</footer> | ||
</div> | ||
</main> | ||
</div> | ||
|
||
|
||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,216 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="x-ua-compatible" content="ie=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<meta name="generator" content="ExDoc v0.32.1"> | ||
<meta name="project" content="logpoint_api v0.1.0"> | ||
|
||
|
||
<title>LogpointApi.Credential — logpoint_api v0.1.0</title> | ||
<link rel="stylesheet" href="dist/html-elixir-2C5PUTIB.css" /> | ||
|
||
|
||
<script src="dist/handlebars.runtime-NWIB6V2M.js"></script> | ||
<script src="dist/handlebars.templates-IHH6HKET.js"></script> | ||
<script src="dist/sidebar_items-F8023DBD.js"></script> | ||
<script src="docs_config.js"></script> | ||
<script async src="dist/html-GXQ6W6IF.js"></script> | ||
|
||
|
||
</head> | ||
<body data-type="modules" class="page-module"> | ||
<script> | ||
|
||
try { | ||
var settings = JSON.parse(localStorage.getItem('ex_doc:settings') || '{}'); | ||
|
||
if (settings.theme === 'dark' || | ||
((settings.theme === 'system' || settings.theme == null) && | ||
window.matchMedia('(prefers-color-scheme: dark)').matches) | ||
) { | ||
document.body.classList.add('dark') | ||
} | ||
} catch (error) { } | ||
</script> | ||
|
||
<div class="body-wrapper"> | ||
|
||
<button id="sidebar-menu" class="sidebar-button sidebar-toggle" aria-label="toggle sidebar" aria-controls="sidebar"> | ||
<i class="ri-menu-line ri-lg" title="Collapse/expand sidebar"></i> | ||
</button> | ||
|
||
<nav id="sidebar" class="sidebar"> | ||
|
||
<div class="sidebar-header"> | ||
<div class="sidebar-projectInfo"> | ||
|
||
<div> | ||
<a href="api-reference.html" class="sidebar-projectName" translate="no"> | ||
logpoint_api | ||
</a> | ||
<div class="sidebar-projectVersion" translate="no"> | ||
v0.1.0 | ||
</div> | ||
</div> | ||
</div> | ||
<ul id="sidebar-listNav" class="sidebar-listNav" role="tablist"> | ||
<li> | ||
<button id="extras-list-tab-button" role="tab" data-type="extras" aria-controls="extras-tab-panel" aria-selected="true" tabindex="0"> | ||
Pages | ||
</button> | ||
</li> | ||
|
||
<li> | ||
<button id="modules-list-tab-button" role="tab" data-type="modules" aria-controls="modules-tab-panel" aria-selected="false" tabindex="-1"> | ||
Modules | ||
</button> | ||
</li> | ||
|
||
|
||
</ul> | ||
</div> | ||
|
||
<div id="extras-tab-panel" class="sidebar-tabpanel" role="tabpanel" aria-labelledby="extras-list-tab-button"> | ||
<ul id="extras-full-list" class="full-list"></ul> | ||
</div> | ||
|
||
<div id="modules-tab-panel" class="sidebar-tabpanel" role="tabpanel" aria-labelledby="modules-list-tab-button" hidden> | ||
<ul id="modules-full-list" class="full-list"></ul> | ||
</div> | ||
|
||
|
||
</nav> | ||
|
||
<main class="content"> | ||
<output role="status" id="toast"></output> | ||
|
||
<div id="content" class="content-inner"> | ||
<div class="top-search"> | ||
<div class="search-settings"> | ||
<form class="search-bar" action="search.html"> | ||
<label class="search-label"> | ||
<span class="sr-only">Search documentation of logpoint_api</span> | ||
<input name="q" type="text" class="search-input" placeholder="Press / to search" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false" /> | ||
</label> | ||
<button type="submit" class="search-button" aria-label="Submit Search"> | ||
<i class="ri-search-2-line ri-lg" aria-hidden="true" title="Submit search"></i> | ||
</button> | ||
<button type="button" tabindex="-1" class="search-close-button" aria-hidden="true"> | ||
<i class="ri-close-line ri-lg" title="Cancel search"></i> | ||
</button> | ||
</form> | ||
<div class="autocomplete"> | ||
</div> | ||
<button class="icon-settings display-settings"> | ||
<i class="ri-settings-3-line"></i> | ||
<span class="sr-only">Settings</span> | ||
</button> | ||
</div> | ||
</div> | ||
|
||
<div id="top-content"> | ||
<h1> | ||
|
||
<span translate="no">LogpointApi.Credential</span> | ||
<small class="app-vsn" translate="no">(logpoint_api v0.1.0)</small> | ||
|
||
</h1> | ||
|
||
|
||
</div> | ||
|
||
<section id="summary" class="details-list"> | ||
<h1 class="section-heading"> | ||
<a class="hover-link" href="#summary"> | ||
<i class="ri-link-m" aria-hidden="true"></i> | ||
</a> | ||
<span class="text">Summary</span> | ||
</h1> | ||
<div class="summary-types summary"> | ||
<h2> | ||
<a href="#types">Types</a> | ||
</h2> | ||
|
||
<div class="summary-row"> | ||
<div class="summary-signature"> | ||
<a href="#t:t/0" translate="no">t()</a> | ||
|
||
</div> | ||
|
||
<div class="summary-synopsis"><p>Struct representing credentials used for authorization.</p></div> | ||
|
||
</div> | ||
|
||
</div> | ||
|
||
</section> | ||
|
||
|
||
<section id="types" class="details-list"> | ||
<h1 class="section-heading"> | ||
<a class="hover-link" href="#types"> | ||
<i class="ri-link-m" aria-hidden="true"></i> | ||
</a> | ||
<span class="text">Types</span> | ||
</h1> | ||
<div class="types-list"> | ||
<section class="detail" id="t:t/0"> | ||
|
||
<div class="detail-header"> | ||
<a href="#t:t/0" class="detail-link" title="Link to this type"> | ||
<i class="ri-link-m" aria-hidden="true"></i> | ||
<span class="sr-only">Link to this type</span> | ||
</a> | ||
<h1 class="signature" translate="no">t()</h1> | ||
|
||
|
||
</div> | ||
|
||
<section class="docstring"> | ||
|
||
<div class="specs"> | ||
|
||
<pre translate="no"><span class="attribute">@type</span> t() :: %LogpointApi.Credential{secret_key: <a href="https://hexdocs.pm/elixir/String.html#t:t/0">String.t</a>(), username: <a href="https://hexdocs.pm/elixir/String.html#t:t/0">String.t</a>()}</pre> | ||
|
||
</div> | ||
|
||
<p>Struct representing credentials used for authorization.</p> | ||
</section> | ||
</section> | ||
|
||
</div> | ||
</section> | ||
|
||
<footer class="footer"> | ||
<p> | ||
|
||
<span class="line"> | ||
<button class="a-main footer-button display-quick-switch" title="Search HexDocs packages"> | ||
Search HexDocs | ||
</button> | ||
|
||
<a href="logpoint_api.epub" title="ePub version"> | ||
Download ePub version | ||
</a> | ||
|
||
</span> | ||
</p> | ||
|
||
<p class="built-using"> | ||
Built using | ||
<a href="https://github.com/elixir-lang/ex_doc" title="ExDoc" target="_blank" rel="help noopener" translate="no">ExDoc</a> (v0.32.1) for the | ||
|
||
<a href="https://elixir-lang.org" title="Elixir" target="_blank" translate="no">Elixir programming language</a> | ||
|
||
</p> | ||
|
||
</footer> | ||
</div> | ||
</main> | ||
</div> | ||
|
||
|
||
</body> | ||
</html> |
Oops, something went wrong.