AuthenticatedClient

class kittycad.AuthenticatedClient(base_url='https://api.kittycad.io', *, cookies=NOTHING, headers=NOTHING, timeout=50.0, verify_ssl=True, token)[source]

Bases: kittycad.client.Client

A Client which has been authenticated for use on secured endpoints

Methods Summary

get_headers()

Get headers to be used in authenticated endpoints

Methods Documentation

get_headers()[source]

Get headers to be used in authenticated endpoints

Return type

Dict[str, str]