Compare commits

..

28 Commits

Author SHA1 Message Date
9bf4dead4f bump
Signed-off-by: Jess Frazelle <github@jessfraz.com>
2022-06-16 12:02:24 -07:00
c727428359 I HAVE GENERATED YOUR NEW DOCS! 2022-06-16 19:01:53 +00:00
055c3bdd8f Merge pull request #29 from KittyCAD/update-spec-0.1.0
Update rust lang spec docs for 0.1.0
2022-06-16 11:58:41 -07:00
55e0cbe58d I have generated the latest API! 2022-06-16 18:58:33 +00:00
851f986d32 YOYO NEW RUST SPEC DOCS 0.1.0! 2022-06-16 18:55:09 +00:00
61ddb1a6d8 I HAVE GENERATED YOUR NEW DOCS! 2022-06-16 01:33:05 +00:00
63b0703ae8 fix for regular spec
Signed-off-by: Jess Frazelle <github@jessfraz.com>
2022-06-15 18:29:56 -07:00
c694322a52 bump version
Signed-off-by: Jess Frazelle <github@jessfraz.com>
2022-06-15 18:23:57 -07:00
0e24bc5311 I HAVE GENERATED YOUR NEW DOCS! 2022-06-16 01:22:56 +00:00
42e76b4b83 Add failing test to demo to_dict issue 2022-06-15 18:18:42 -07:00
774b8f079c better generatioon
Signed-off-by: Jess Frazelle <github@jessfraz.com>
2022-06-15 18:18:19 -07:00
ba8eeca234 Merge pull request #28 from KittyCAD/update-spec-v0.1.6
Update go lang spec docs for v0.1.6
2022-06-15 17:27:09 -07:00
c512fd7f8a YOYO NEW GO SPEC DOCS v0.1.6! 2022-06-16 00:22:46 +00:00
4639d82900 I HAVE GENERATED YOUR NEW DOCS! 2022-06-14 16:23:14 +00:00
39cfd257a8 bump version
Signed-off-by: Jess Frazelle <github@jessfraz.com>
2022-06-14 09:20:20 -07:00
82f3361603 update spec
Signed-off-by: Jess Frazelle <github@jessfraz.com>
2022-06-14 09:19:55 -07:00
e97a042552 I HAVE GENERATED YOUR NEW DOCS! 2022-06-14 16:13:10 +00:00
65cb520fce Merge pull request #23 from KittyCAD/update-spec-v0.1.5
Update go lang spec docs for v0.1.5
2022-06-14 09:10:33 -07:00
d9067d3292 Merge pull request #25 from KittyCAD/kurt/24-update-codegen-to-handle-query-params
update generate.py to handle query params
2022-06-14 09:10:18 -07:00
2ae59c5ca3 use obj for mass and volume tests 2022-06-14 21:57:15 +10:00
50313ec810 clean up tests 2022-06-14 21:52:17 +10:00
f262b62cb7 I have generated the latest API! 2022-06-14 11:38:28 +00:00
3237e02c10 add tests 2022-06-14 21:35:20 +10:00
374d5bd238 I have generated the latest API! 2022-06-14 10:57:00 +00:00
4933e0106c trigger generate on change to generate.py 2022-06-14 20:53:43 +10:00
f825678307 update generate.py to handle query params 2022-06-14 20:50:22 +10:00
be8df00e51 YOYO NEW GO SPEC DOCS v0.1.5! 2022-06-14 03:17:03 +00:00
58192a56ff I HAVE GENERATED YOUR NEW DOCS! 2022-06-12 01:37:38 +00:00
367 changed files with 20260 additions and 7781 deletions

View File

@ -7,6 +7,7 @@ on:
- 'Makefile'
- .github/workflows/generate.yml
- 'spec.json'
- 'generate/generate.py'
workflow_dispatch:
inputs:
jobs:
@ -34,5 +35,6 @@ jobs:
git config --local user.name "github-actions[bot]"
git remote set-url origin https://${{ github.actor }}:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}.git
git fetch origin
git add .
git commit -am "I have generated the latest API!" || true
git push origin ${{github.event.pull_request.head.ref }} || true

1942
assets/testing.obj Normal file

File diff suppressed because it is too large Load Diff

View File

@ -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: 16fe53d77233f18bb10a8972d1624ff3
config: 801b3277a7f682f8d93df02ea3878661
tags: 645f666f9bcd5a90fca523b33c5a78b7

Binary file not shown.

View File

@ -0,0 +1,32 @@
kittycad.api.file.create\_file\_density
=======================================
.. automodule:: kittycad.api.file.create_file_density
.. rubric:: Functions
.. autosummary::
asyncio
asyncio_detailed
sync
sync_detailed

View File

@ -0,0 +1,32 @@
kittycad.api.file.create\_file\_execution
=========================================
.. automodule:: kittycad.api.file.create_file_execution
.. rubric:: Functions
.. autosummary::
asyncio
asyncio_detailed
sync
sync_detailed

View File

@ -0,0 +1,32 @@
kittycad.api.file.create\_file\_mass
====================================
.. automodule:: kittycad.api.file.create_file_mass
.. rubric:: Functions
.. autosummary::
asyncio
asyncio_detailed
sync
sync_detailed

View File

@ -0,0 +1,32 @@
kittycad.api.file.create\_file\_volume
======================================
.. automodule:: kittycad.api.file.create_file_volume
.. rubric:: Functions
.. autosummary::
asyncio
asyncio_detailed
sync
sync_detailed

View File

@ -0,0 +1,30 @@
kittycad.api.file.get\_file\_conversion\_with\_base64\_helper
=============================================================
.. automodule:: kittycad.api.file.get_file_conversion_with_base64_helper
.. rubric:: Functions
.. autosummary::
asyncio
sync

View File

@ -1,4 +1,4 @@
kittycad.api.file
kittycad.api.file
=================
.. automodule:: kittycad.api.file
@ -29,9 +29,11 @@ kittycad.api.file
kittycad.api.file.create_file_conversion
kittycad.api.file.create_file_conversion_with_base64_helper
kittycad.api.file.create_file_density
kittycad.api.file.create_file_execution
kittycad.api.file.create_file_mass
kittycad.api.file.create_file_volume
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

View File

@ -0,0 +1,32 @@
kittycad.api.hidden.login
=========================
.. automodule:: kittycad.api.hidden.login
.. rubric:: Functions
.. autosummary::
asyncio
asyncio_detailed
sync
sync_detailed

View File

@ -0,0 +1,31 @@
kittycad.api.hidden
===================
.. automodule:: kittycad.api.hidden
.. rubric:: Modules
.. autosummary::
:toctree:
:recursive:
kittycad.api.hidden.login

View File

@ -0,0 +1,32 @@
kittycad.api.payments.create\_payment\_information\_for\_user
=============================================================
.. automodule:: kittycad.api.payments.create_payment_information_for_user
.. rubric:: Functions
.. autosummary::
asyncio
asyncio_detailed
sync
sync_detailed

View File

@ -0,0 +1,32 @@
kittycad.api.payments.create\_payment\_intent\_for\_user
========================================================
.. automodule:: kittycad.api.payments.create_payment_intent_for_user
.. rubric:: Functions
.. autosummary::
asyncio
asyncio_detailed
sync
sync_detailed

View File

@ -0,0 +1,32 @@
kittycad.api.payments.delete\_payment\_information\_for\_user
=============================================================
.. automodule:: kittycad.api.payments.delete_payment_information_for_user
.. rubric:: Functions
.. autosummary::
asyncio
asyncio_detailed
sync
sync_detailed

View File

@ -0,0 +1,32 @@
kittycad.api.payments.delete\_payment\_method\_for\_user
========================================================
.. automodule:: kittycad.api.payments.delete_payment_method_for_user
.. rubric:: Functions
.. autosummary::
asyncio
asyncio_detailed
sync
sync_detailed

View File

@ -0,0 +1,32 @@
kittycad.api.payments.get\_payment\_information\_for\_user
==========================================================
.. automodule:: kittycad.api.payments.get_payment_information_for_user
.. rubric:: Functions
.. autosummary::
asyncio
asyncio_detailed
sync
sync_detailed

View File

@ -0,0 +1,38 @@
kittycad.api.payments
=====================
.. automodule:: kittycad.api.payments
.. rubric:: Modules
.. autosummary::
:toctree:
:recursive:
kittycad.api.payments.create_payment_information_for_user
kittycad.api.payments.create_payment_intent_for_user
kittycad.api.payments.delete_payment_information_for_user
kittycad.api.payments.delete_payment_method_for_user
kittycad.api.payments.get_payment_information_for_user
kittycad.api.payments.list_invoices_for_user
kittycad.api.payments.list_payment_methods_for_user
kittycad.api.payments.update_payment_information_for_user

View File

@ -0,0 +1,32 @@
kittycad.api.payments.update\_payment\_information\_for\_user
=============================================================
.. automodule:: kittycad.api.payments.update_payment_information_for_user
.. rubric:: Functions
.. autosummary::
asyncio
asyncio_detailed
sync
sync_detailed

View File

@ -29,8 +29,11 @@
kittycad.api.api-calls
kittycad.api.api-tokens
kittycad.api.beta
kittycad.api.file
kittycad.api.hidden
kittycad.api.meta
kittycad.api.payments
kittycad.api.sessions
kittycad.api.users

View File

@ -1,4 +1,4 @@
kittycad.api.users.get\_user
kittycad.api.users.get\_user
============================
.. automodule:: kittycad.api.users.get_user

View File

@ -1,4 +1,4 @@
kittycad.api.users.get\_user\_extended
kittycad.api.users.get\_user\_extended
======================================
.. automodule:: kittycad.api.users.get_user_extended

View File

@ -1,4 +1,4 @@
kittycad.api.users.get\_user\_self
kittycad.api.users.get\_user\_self
==================================
.. automodule:: kittycad.api.users.get_user_self

View File

@ -1,4 +1,4 @@
kittycad.api.users.get\_user\_self\_extended
kittycad.api.users.get\_user\_self\_extended
============================================
.. automodule:: kittycad.api.users.get_user_self_extended

View File

@ -1,4 +1,4 @@
kittycad.api.users.list\_users
kittycad.api.users.list\_users
==============================
.. automodule:: kittycad.api.users.list_users

View File

@ -1,4 +1,4 @@
kittycad.api.users.list\_users\_extended
kittycad.api.users.list\_users\_extended
========================================
.. automodule:: kittycad.api.users.list_users_extended

View File

@ -33,4 +33,5 @@ kittycad.api.users
kittycad.api.users.get_user_self_extended
kittycad.api.users.list_users
kittycad.api.users.list_users_extended
kittycad.api.users.update_user_self

View File

@ -0,0 +1,32 @@
kittycad.api.users.update\_user\_self
=====================================
.. automodule:: kittycad.api.users.update_user_self
.. rubric:: Functions
.. autosummary::
asyncio
asyncio_detailed
sync
sync_detailed

View File

@ -0,0 +1,29 @@
kittycad.models.address
=======================
.. automodule:: kittycad.models.address
.. rubric:: Classes
.. autosummary::
Address

Some files were not shown because too many files have changed in this diff Show More