I HAVE GENERATED YOUR NEW DOCS!
This commit is contained in:
@ -1,15 +1,21 @@
|
||||
<!DOCTYPE html>
|
||||
<html class="writer-html5" lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
||||
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.18.1: http://docutils.sourceforge.net/" />
|
||||
<meta property="og:title" content="kittycad.api.api_tokens" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="_autosummary/kittycad.api.api_tokens.html" />
|
||||
<meta property="og:site_name" content="kittycad" />
|
||||
<meta property="og:description" content="Contains methods for accessing the api_tokens API paths: API tokens allow users to call the API outside of their session token that is used as a cookie in the user interface. Users can create, dele..." />
|
||||
<meta property="og:image:width" content="1146" />
|
||||
<meta property="og:image:height" content="600" />
|
||||
<meta property="og:image" content="/_images/social_previews/summary__autosummary_kittycad.api.api_tokens_cc53e8bc.png" />
|
||||
<meta property="og:image:alt" content="Contains methods for accessing the api_tokens API paths: API tokens allow users to call the API outside of their session token that is used as a cookie in th..." />
|
||||
<meta name="description" content="Contains methods for accessing the api_tokens API paths: API tokens allow users to call the API outside of their session token that is used as a cookie in the user interface. Users can create, dele..." />
|
||||
<meta name="twitter:card" content="summary_large_image" />
|
||||
|
||||
<meta property="og:title" content="kittycad.api.api_tokens" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="_autosummary/kittycad.api.api_tokens.html" />
|
||||
<meta property="og:description" content="Contains methods for accessing the api_tokens API paths: API tokens allow users to call the API outside of their session token that is used as a cookie in the user interface. Users can create, dele..." />
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>kittycad.api.api_tokens — kittycad v0.3.9 documentation</title>
|
||||
<title>kittycad.api.api_tokens — kittycad v0.4.0 documentation</title>
|
||||
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
||||
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
|
||||
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
|
||||
@ -19,10 +25,11 @@
|
||||
<script src="../_static/js/html5shiv.min.js"></script>
|
||||
<![endif]-->
|
||||
|
||||
<script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js"></script>
|
||||
<script src="../_static/jquery.js"></script>
|
||||
<script src="../_static/underscore.js"></script>
|
||||
<script src="../_static/_sphinx_javascript_frameworks_compat.js"></script>
|
||||
<script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js"></script>
|
||||
<script src="../_static/doctools.js"></script>
|
||||
<script src="../_static/sphinx_highlight.js"></script>
|
||||
<script src="../_static/clipboard.min.js"></script>
|
||||
<script src="../_static/copybutton.js"></script>
|
||||
<script src="../_static/js/theme.js"></script>
|
||||
@ -44,7 +51,7 @@
|
||||
kittycad
|
||||
</a>
|
||||
<div class="version">
|
||||
v0.3.9
|
||||
v0.4.0
|
||||
</div>
|
||||
<div role="search">
|
||||
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
||||
@ -109,14 +116,10 @@
|
||||
<div itemprop="articleBody">
|
||||
|
||||
<section id="module-kittycad.api.api_tokens">
|
||||
<span id="kittycad-api-api-tokens"></span><h1>kittycad.api.api_tokens<a class="headerlink" href="#module-kittycad.api.api_tokens" title="Permalink to this headline"></a></h1>
|
||||
<span id="kittycad-api-api-tokens"></span><h1>kittycad.api.api_tokens<a class="headerlink" href="#module-kittycad.api.api_tokens" title="Permalink to this heading"></a></h1>
|
||||
<p>Contains methods for accessing the api_tokens API paths: API tokens allow users to call the API outside of their session token that is used as a cookie in the user interface. Users can create, delete, and list their API tokens. But, of course, you need an API token to do this, so first be sure to generate one in the account UI.</p>
|
||||
<p class="rubric">Modules</p>
|
||||
<table class="autosummary longtable docutils align-default">
|
||||
<colgroup>
|
||||
<col style="width: 10%" />
|
||||
<col style="width: 90%" />
|
||||
</colgroup>
|
||||
<tbody>
|
||||
<tr class="row-odd"><td><p><a class="reference internal" href="kittycad.api.api_tokens.create_api_token_for_user.html#module-kittycad.api.api_tokens.create_api_token_for_user" title="kittycad.api.api_tokens.create_api_token_for_user"><code class="xref py py-obj docutils literal notranslate"><span class="pre">kittycad.api.api_tokens.create_api_token_for_user</span></code></a></p></td>
|
||||
<td><p></p></td>
|
||||
|
Reference in New Issue
Block a user