I HAVE GENERATED YOUR NEW DOCS!
This commit is contained in:
@ -132,8 +132,8 @@
|
||||
<dl class="py function">
|
||||
<dt class="sig sig-object py" id="kittycad.api.apps.apps_github_consent.asyncio">
|
||||
<em class="property"><span class="k"><span class="pre">async</span></span><span class="w"> </span></em><span class="sig-prename descclassname"><span class="pre">kittycad.api.apps.apps_github_consent.</span></span><span class="sig-name descname"><span class="pre">asyncio</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="o"><span class="pre">*</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">client</span></span></em><span class="sig-paren">)</span><a class="reference external" href="https://github.com/kittycad/kittycad.py/kittycad/api/apps/apps_github_consent.py"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="reference internal" href="../_modules/kittycad/api/apps/apps_github_consent.html#asyncio"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#kittycad.api.apps.apps_github_consent.asyncio" title="Link to this definition"></a></dt>
|
||||
<dd><p>This is different than OAuth 2.0 authentication for users. This endpoint grants access for Zoo to access user’s repos.
|
||||
The user doesn’t need Zoo OAuth authorization for this endpoint, this is purely for the GitHub permissions to access repos.</p>
|
||||
<dd><p>This is different than OAuth 2.0 authentication for users. This endpoint grants access for Zoo to access user’s repos.</p>
|
||||
<p>The user doesn’t need Zoo OAuth authorization for this endpoint, this is purely for the GitHub permissions to access repos.</p>
|
||||
<dl class="field-list simple">
|
||||
<dt class="field-odd">Return type<span class="colon">:</span></dt>
|
||||
<dd class="field-odd"><p><span class="sphinx_autodoc_typehints-type"><a class="reference external" href="https://docs.python.org/3/library/typing.html#typing.Union" title="(in Python v3.12)"><code class="xref py py-data docutils literal notranslate"><span class="pre">Union</span></code></a>[<a class="reference internal" href="kittycad.models.app_client_info.AppClientInfo.html#kittycad.models.app_client_info.AppClientInfo" title="kittycad.models.app_client_info.AppClientInfo"><code class="xref py py-class docutils literal notranslate"><span class="pre">AppClientInfo</span></code></a>, <a class="reference internal" href="kittycad.models.error.Error.html#kittycad.models.error.Error" title="kittycad.models.error.Error"><code class="xref py py-class docutils literal notranslate"><span class="pre">Error</span></code></a>, <a class="reference external" href="https://docs.python.org/3/library/constants.html#None" title="(in Python v3.12)"><code class="xref py py-obj docutils literal notranslate"><span class="pre">None</span></code></a>]</span></p>
|
||||
|
Reference in New Issue
Block a user