ClientFromEnv
- class kittycad.ClientFromEnv(base_url='https://api.kittycad.io', token='f633c45d-022a-469e-bb36-b5d7cbb6ae5b', *, cookies=NOTHING, headers=NOTHING, timeout=50.0, verify_ssl=True)[source]
Bases:
kittycad.client.Client
A Client which has been authenticated for use on secured endpoints that uses the KITTYCAD_API_TOKEN environment variable for the authentication token.
Methods Summary
Get headers to be used in authenticated endpoints
Methods Documentation