Compare commits
46 Commits
Author | SHA1 | Date | |
---|---|---|---|
553db98e51 | |||
699532553b | |||
4acbbc84ce | |||
02dff4020c | |||
7375479cf2 | |||
24d6d17894 | |||
1e67d9d4bd | |||
53132b1fd8 | |||
a0146d9ea5 | |||
032f5b17d5 | |||
15ef98b356 | |||
dcd5015cae | |||
219a7f14c2 | |||
7f00e3aa25 | |||
85a22b9a2a | |||
a653ebbb66 | |||
d3dfc556e0 | |||
e96d50f4f0 | |||
16e30e893f | |||
d81e82cf9c | |||
7e536090ad | |||
429c341f84 | |||
5bcbf4251b | |||
f28df119ed | |||
9e96dffb3c | |||
be68a24e48 | |||
3e0545f4aa | |||
0f66979c90 | |||
16d7e95ce6 | |||
cb257a57d6 | |||
0ae59a5548 | |||
d9077a00ad | |||
a8d537e29c | |||
15d5bf50c1 | |||
17b517dd5a | |||
1408f075ee | |||
ed6b2c8e77 | |||
69c4f8ce70 | |||
216b454c14 | |||
0ed9aaf127 | |||
c1bc2a8f51 | |||
b7359511a4 | |||
26545d537f | |||
0ab0bd44a2 | |||
415f1d9619 | |||
31f5188454 |
6
.github/workflows/build-test.yml
vendored
6
.github/workflows/build-test.yml
vendored
@ -19,7 +19,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: [3.6, 3.7, 3.8, 3.9]
|
||||
python-version: [3.7, 3.8, 3.9]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
@ -47,7 +47,7 @@ jobs:
|
||||
# stop the build if there are Python syntax errors or undefined names
|
||||
poetry run flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
|
||||
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
|
||||
poetry run flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
|
||||
#poetry run flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
|
||||
|
||||
- name: Run pytest
|
||||
shell: bash
|
||||
@ -57,7 +57,7 @@ jobs:
|
||||
KITTYCAD_API_TOKEN: ${{secrets.KITTYCAD_API_TOKEN}}
|
||||
|
||||
- name: Upload coverage to Codecov
|
||||
uses: codecov/codecov-action@v2
|
||||
uses: codecov/codecov-action@v3
|
||||
with:
|
||||
token: ${{ secrets.CODECOV_TOKEN }}
|
||||
fail_ci_if_error: true
|
||||
|
3
.github/workflows/update-spec-for-docs.yml
vendored
3
.github/workflows/update-spec-for-docs.yml
vendored
@ -16,9 +16,6 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: '1.x'
|
||||
- name: make generate
|
||||
shell: bash
|
||||
run: |
|
||||
|
1
Makefile
1
Makefile
@ -13,6 +13,7 @@ VERSION := $(shell toml get $(CURDIR)/pyproject.toml tool.poetry.version | jq -r
|
||||
generate: docker-image ## Generate the api client.
|
||||
docker run --rm -i $(DOCKER_FLAGS) \
|
||||
--name python-generator \
|
||||
--disable-content-trust \
|
||||
-v $(CURDIR):/usr/src \
|
||||
--workdir /usr/src \
|
||||
$(DOCKER_IMAGE_NAME) sh -c 'poetry run python generate/generate.py && poetry run autopep8 --in-place --aggressive --aggressive kittycad/models/*.py && poetry run autopep8 --in-place --aggressive --aggressive kittycad/api/*.py && poetry run autopep8 --in-place --aggressive --aggressive kittycad/*.py && poetry run autopep8 --in-place --aggressive --aggressive generate/*.py'
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Sphinx build info version 1
|
||||
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
|
||||
config: 74989a7dc76cd38543fd6db0578bbfeb
|
||||
config: 16fe53d77233f18bb10a8972d1624ff3
|
||||
tags: 645f666f9bcd5a90fca523b33c5a78b7
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
docs/html/.doctrees/modules/kittycad.api.sessions.doctree
Normal file
BIN
docs/html/.doctrees/modules/kittycad.api.sessions.doctree
Normal file
Binary file not shown.
BIN
docs/html/.doctrees/modules/kittycad.api.users.doctree
Normal file
BIN
docs/html/.doctrees/modules/kittycad.api.users.doctree
Normal file
Binary file not shown.
BIN
docs/html/.doctrees/modules/kittycad.api.users.get_user.doctree
Normal file
BIN
docs/html/.doctrees/modules/kittycad.api.users.get_user.doctree
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
docs/html/.doctrees/modules/kittycad.models.api_token.doctree
Normal file
BIN
docs/html/.doctrees/modules/kittycad.models.api_token.doctree
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
docs/html/.doctrees/modules/kittycad.models.error.doctree
Normal file
BIN
docs/html/.doctrees/modules/kittycad.models.error.doctree
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
docs/html/.doctrees/modules/kittycad.models.method.doctree
Normal file
BIN
docs/html/.doctrees/modules/kittycad.models.method.doctree
Normal file
Binary file not shown.
BIN
docs/html/.doctrees/modules/kittycad.models.pong.doctree
Normal file
BIN
docs/html/.doctrees/modules/kittycad.models.pong.doctree
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
docs/html/.doctrees/modules/kittycad.models.status_code.doctree
Normal file
BIN
docs/html/.doctrees/modules/kittycad.models.status_code.doctree
Normal file
Binary file not shown.
BIN
docs/html/.doctrees/modules/kittycad.models.user.doctree
Normal file
BIN
docs/html/.doctrees/modules/kittycad.models.user.doctree
Normal file
Binary file not shown.
Binary file not shown.
BIN
docs/html/.doctrees/modules/kittycad.models.uuid.doctree
Normal file
BIN
docs/html/.doctrees/modules/kittycad.models.uuid.doctree
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,32 @@
|
||||
kittycad.api.file.create\_file\_conversion
|
||||
==========================================
|
||||
|
||||
.. automodule:: kittycad.api.file.create_file_conversion
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.. rubric:: Functions
|
||||
|
||||
.. autosummary::
|
||||
|
||||
asyncio
|
||||
asyncio_detailed
|
||||
sync
|
||||
sync_detailed
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -0,0 +1,30 @@
|
||||
kittycad.api.file.create\_file\_conversion\_with\_base64\_helper
|
||||
================================================================
|
||||
|
||||
.. automodule:: kittycad.api.file.create_file_conversion_with_base64_helper
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.. rubric:: Functions
|
||||
|
||||
.. autosummary::
|
||||
|
||||
asyncio
|
||||
sync
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -0,0 +1,32 @@
|
||||
kittycad.api.file.get\_file\_conversion
|
||||
=======================================
|
||||
|
||||
.. automodule:: kittycad.api.file.get_file_conversion
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.. rubric:: Functions
|
||||
|
||||
.. autosummary::
|
||||
|
||||
asyncio
|
||||
asyncio_detailed
|
||||
sync
|
||||
sync_detailed
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -0,0 +1,32 @@
|
||||
kittycad.api.file.get\_file\_conversion\_for\_user
|
||||
==================================================
|
||||
|
||||
.. automodule:: kittycad.api.file.get_file_conversion_for_user
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.. rubric:: Functions
|
||||
|
||||
.. autosummary::
|
||||
|
||||
asyncio
|
||||
asyncio_detailed
|
||||
sync
|
||||
sync_detailed
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -0,0 +1,32 @@
|
||||
kittycad.api.file.list\_file\_conversions
|
||||
=========================================
|
||||
|
||||
.. automodule:: kittycad.api.file.list_file_conversions
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.. rubric:: Functions
|
||||
|
||||
.. autosummary::
|
||||
|
||||
asyncio
|
||||
asyncio_detailed
|
||||
sync
|
||||
sync_detailed
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -0,0 +1,32 @@
|
||||
kittycad.api.file.list\_file\_conversions\_for\_user
|
||||
====================================================
|
||||
|
||||
.. automodule:: kittycad.api.file.list_file_conversions_for_user
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.. rubric:: Functions
|
||||
|
||||
.. autosummary::
|
||||
|
||||
asyncio
|
||||
asyncio_detailed
|
||||
sync
|
||||
sync_detailed
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -27,8 +27,11 @@ kittycad.api.file
|
||||
:toctree:
|
||||
:recursive:
|
||||
|
||||
kittycad.api.file.file_conversion_status
|
||||
kittycad.api.file.file_conversion_status_with_base64_helper
|
||||
kittycad.api.file.post_file_conversion
|
||||
kittycad.api.file.post_file_conversion_with_base64_helper
|
||||
kittycad.api.file.create_file_conversion
|
||||
kittycad.api.file.create_file_conversion_with_base64_helper
|
||||
kittycad.api.file.get_file_conversion
|
||||
kittycad.api.file.get_file_conversion_for_user
|
||||
kittycad.api.file.get_file_conversion_with_base64_helper
|
||||
kittycad.api.file.list_file_conversions
|
||||
kittycad.api.file.list_file_conversions_for_user
|
||||
|
||||
|
@ -27,7 +27,7 @@ kittycad.api.meta
|
||||
:toctree:
|
||||
:recursive:
|
||||
|
||||
kittycad.api.meta.auth_session
|
||||
kittycad.api.meta.instance_metadata
|
||||
kittycad.api.meta.get_metadata
|
||||
kittycad.api.meta.get_schema
|
||||
kittycad.api.meta.ping
|
||||
|
||||
|
@ -27,8 +27,10 @@
|
||||
:toctree:
|
||||
:recursive:
|
||||
|
||||
kittycad.api.beta
|
||||
kittycad.api.api-calls
|
||||
kittycad.api.api-tokens
|
||||
kittycad.api.file
|
||||
kittycad.api.internal
|
||||
kittycad.api.meta
|
||||
kittycad.api.sessions
|
||||
kittycad.api.users
|
||||
|
||||
|
31
docs/html/_sources/modules/kittycad.api.sessions.rst.txt
Normal file
31
docs/html/_sources/modules/kittycad.api.sessions.rst.txt
Normal file
@ -0,0 +1,31 @@
|
||||
kittycad.api.sessions
|
||||
=====================
|
||||
|
||||
.. automodule:: kittycad.api.sessions
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.. rubric:: Modules
|
||||
|
||||
.. autosummary::
|
||||
:toctree:
|
||||
:recursive:
|
||||
|
||||
kittycad.api.sessions.get_session_for_user
|
||||
|
@ -0,0 +1,32 @@
|
||||
kittycad.api.users.get\_user
|
||||
============================
|
||||
|
||||
.. automodule:: kittycad.api.users.get_user
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.. rubric:: Functions
|
||||
|
||||
.. autosummary::
|
||||
|
||||
asyncio
|
||||
asyncio_detailed
|
||||
sync
|
||||
sync_detailed
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -0,0 +1,32 @@
|
||||
kittycad.api.users.get\_user\_extended
|
||||
======================================
|
||||
|
||||
.. automodule:: kittycad.api.users.get_user_extended
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.. rubric:: Functions
|
||||
|
||||
.. autosummary::
|
||||
|
||||
asyncio
|
||||
asyncio_detailed
|
||||
sync
|
||||
sync_detailed
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -0,0 +1,32 @@
|
||||
kittycad.api.users.get\_user\_self
|
||||
==================================
|
||||
|
||||
.. automodule:: kittycad.api.users.get_user_self
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.. rubric:: Functions
|
||||
|
||||
.. autosummary::
|
||||
|
||||
asyncio
|
||||
asyncio_detailed
|
||||
sync
|
||||
sync_detailed
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -0,0 +1,32 @@
|
||||
kittycad.api.users.get\_user\_self\_extended
|
||||
============================================
|
||||
|
||||
.. automodule:: kittycad.api.users.get_user_self_extended
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.. rubric:: Functions
|
||||
|
||||
.. autosummary::
|
||||
|
||||
asyncio
|
||||
asyncio_detailed
|
||||
sync
|
||||
sync_detailed
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -0,0 +1,32 @@
|
||||
kittycad.api.users.list\_users
|
||||
==============================
|
||||
|
||||
.. automodule:: kittycad.api.users.list_users
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.. rubric:: Functions
|
||||
|
||||
.. autosummary::
|
||||
|
||||
asyncio
|
||||
asyncio_detailed
|
||||
sync
|
||||
sync_detailed
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -0,0 +1,32 @@
|
||||
kittycad.api.users.list\_users\_extended
|
||||
========================================
|
||||
|
||||
.. automodule:: kittycad.api.users.list_users_extended
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.. rubric:: Functions
|
||||
|
||||
.. autosummary::
|
||||
|
||||
asyncio
|
||||
asyncio_detailed
|
||||
sync
|
||||
sync_detailed
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
36
docs/html/_sources/modules/kittycad.api.users.rst.txt
Normal file
36
docs/html/_sources/modules/kittycad.api.users.rst.txt
Normal file
@ -0,0 +1,36 @@
|
||||
kittycad.api.users
|
||||
==================
|
||||
|
||||
.. automodule:: kittycad.api.users
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.. rubric:: Modules
|
||||
|
||||
.. autosummary::
|
||||
:toctree:
|
||||
:recursive:
|
||||
|
||||
kittycad.api.users.get_user
|
||||
kittycad.api.users.get_user_extended
|
||||
kittycad.api.users.get_user_self
|
||||
kittycad.api.users.get_user_self_extended
|
||||
kittycad.api.users.list_users
|
||||
kittycad.api.users.list_users_extended
|
||||
|
@ -0,0 +1,29 @@
|
||||
kittycad.models.api\_call\_query\_group
|
||||
=======================================
|
||||
|
||||
.. automodule:: kittycad.models.api_call_query_group
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.. rubric:: Classes
|
||||
|
||||
.. autosummary::
|
||||
|
||||
ApiCallQueryGroup
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -0,0 +1,29 @@
|
||||
kittycad.models.api\_call\_query\_group\_by
|
||||
===========================================
|
||||
|
||||
.. automodule:: kittycad.models.api_call_query_group_by
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.. rubric:: Classes
|
||||
|
||||
.. autosummary::
|
||||
|
||||
ApiCallQueryGroupBy
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -0,0 +1,29 @@
|
||||
kittycad.models.api\_call\_with\_price
|
||||
======================================
|
||||
|
||||
.. automodule:: kittycad.models.api_call_with_price
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.. rubric:: Classes
|
||||
|
||||
.. autosummary::
|
||||
|
||||
ApiCallWithPrice
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -0,0 +1,29 @@
|
||||
kittycad.models.api\_call\_with\_price\_results\_page
|
||||
=====================================================
|
||||
|
||||
.. automodule:: kittycad.models.api_call_with_price_results_page
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.. rubric:: Classes
|
||||
|
||||
.. autosummary::
|
||||
|
||||
ApiCallWithPriceResultsPage
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
29
docs/html/_sources/modules/kittycad.models.api_token.rst.txt
Normal file
29
docs/html/_sources/modules/kittycad.models.api_token.rst.txt
Normal file
@ -0,0 +1,29 @@
|
||||
kittycad.models.api\_token
|
||||
==========================
|
||||
|
||||
.. automodule:: kittycad.models.api_token
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.. rubric:: Classes
|
||||
|
||||
.. autosummary::
|
||||
|
||||
ApiToken
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -0,0 +1,29 @@
|
||||
kittycad.models.api\_token\_results\_page
|
||||
=========================================
|
||||
|
||||
.. automodule:: kittycad.models.api_token_results_page
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.. rubric:: Classes
|
||||
|
||||
.. autosummary::
|
||||
|
||||
ApiTokenResultsPage
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -0,0 +1,29 @@
|
||||
kittycad.models.created\_at\_sort\_mode
|
||||
=======================================
|
||||
|
||||
.. automodule:: kittycad.models.created_at_sort_mode
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.. rubric:: Classes
|
||||
|
||||
.. autosummary::
|
||||
|
||||
CreatedAtSortMode
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
29
docs/html/_sources/modules/kittycad.models.error.rst.txt
Normal file
29
docs/html/_sources/modules/kittycad.models.error.rst.txt
Normal file
@ -0,0 +1,29 @@
|
||||
kittycad.models.error
|
||||
=====================
|
||||
|
||||
.. automodule:: kittycad.models.error
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.. rubric:: Classes
|
||||
|
||||
.. autosummary::
|
||||
|
||||
Error
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -0,0 +1,29 @@
|
||||
kittycad.models.extended\_user
|
||||
==============================
|
||||
|
||||
.. automodule:: kittycad.models.extended_user
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.. rubric:: Classes
|
||||
|
||||
.. autosummary::
|
||||
|
||||
ExtendedUser
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -0,0 +1,29 @@
|
||||
kittycad.models.extended\_user\_results\_page
|
||||
=============================================
|
||||
|
||||
.. automodule:: kittycad.models.extended_user_results_page
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.. rubric:: Classes
|
||||
|
||||
.. autosummary::
|
||||
|
||||
ExtendedUserResultsPage
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -0,0 +1,29 @@
|
||||
kittycad.models.file\_conversion\_output\_format
|
||||
================================================
|
||||
|
||||
.. automodule:: kittycad.models.file_conversion_output_format
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.. rubric:: Classes
|
||||
|
||||
.. autosummary::
|
||||
|
||||
FileConversionOutputFormat
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -0,0 +1,29 @@
|
||||
kittycad.models.file\_conversion\_results\_page
|
||||
===============================================
|
||||
|
||||
.. automodule:: kittycad.models.file_conversion_results_page
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.. rubric:: Classes
|
||||
|
||||
.. autosummary::
|
||||
|
||||
FileConversionResultsPage
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -0,0 +1,29 @@
|
||||
kittycad.models.file\_conversion\_source\_format
|
||||
================================================
|
||||
|
||||
.. automodule:: kittycad.models.file_conversion_source_format
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.. rubric:: Classes
|
||||
|
||||
.. autosummary::
|
||||
|
||||
FileConversionSourceFormat
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -0,0 +1,29 @@
|
||||
kittycad.models.file\_conversion\_with\_output
|
||||
==============================================
|
||||
|
||||
.. automodule:: kittycad.models.file_conversion_with_output
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.. rubric:: Classes
|
||||
|
||||
.. autosummary::
|
||||
|
||||
FileConversionWithOutput
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
29
docs/html/_sources/modules/kittycad.models.method.rst.txt
Normal file
29
docs/html/_sources/modules/kittycad.models.method.rst.txt
Normal file
@ -0,0 +1,29 @@
|
||||
kittycad.models.method
|
||||
======================
|
||||
|
||||
.. automodule:: kittycad.models.method
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.. rubric:: Classes
|
||||
|
||||
.. autosummary::
|
||||
|
||||
Method
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
29
docs/html/_sources/modules/kittycad.models.pong.rst.txt
Normal file
29
docs/html/_sources/modules/kittycad.models.pong.rst.txt
Normal file
@ -0,0 +1,29 @@
|
||||
kittycad.models.pong
|
||||
====================
|
||||
|
||||
.. automodule:: kittycad.models.pong
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.. rubric:: Classes
|
||||
|
||||
.. autosummary::
|
||||
|
||||
Pong
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -27,15 +27,26 @@
|
||||
:toctree:
|
||||
:recursive:
|
||||
|
||||
kittycad.models.auth_session
|
||||
kittycad.models.error_message
|
||||
kittycad.models.api_call_query_group
|
||||
kittycad.models.api_call_query_group_by
|
||||
kittycad.models.api_call_with_price
|
||||
kittycad.models.api_call_with_price_results_page
|
||||
kittycad.models.api_token
|
||||
kittycad.models.api_token_results_page
|
||||
kittycad.models.created_at_sort_mode
|
||||
kittycad.models.error
|
||||
kittycad.models.extended_user
|
||||
kittycad.models.extended_user_results_page
|
||||
kittycad.models.file_conversion
|
||||
kittycad.models.file_conversion_output_format
|
||||
kittycad.models.file_conversion_results_page
|
||||
kittycad.models.file_conversion_source_format
|
||||
kittycad.models.file_conversion_status
|
||||
kittycad.models.gpu_device
|
||||
kittycad.models.instance
|
||||
kittycad.models.pong_enum
|
||||
kittycad.models.pong_message
|
||||
kittycad.models.server_env
|
||||
kittycad.models.valid_output_file_format
|
||||
kittycad.models.valid_source_file_format
|
||||
kittycad.models.file_conversion_with_output
|
||||
kittycad.models.method
|
||||
kittycad.models.pong
|
||||
kittycad.models.status_code
|
||||
kittycad.models.user
|
||||
kittycad.models.user_results_page
|
||||
kittycad.models.uuid
|
||||
|
||||
|
@ -0,0 +1,29 @@
|
||||
kittycad.models.status\_code
|
||||
============================
|
||||
|
||||
.. automodule:: kittycad.models.status_code
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.. rubric:: Classes
|
||||
|
||||
.. autosummary::
|
||||
|
||||
StatusCode
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user