Files
kittycad.py/kittycad/api/users/__init__.py

2 lines
296 B
Python
Raw Normal View History

""" Contains methods for accessing the users API paths: A user is someone who uses the KittyCAD API. Here, we can create, delete, and list users. We can also get information about a user. Operations will only be authorized if the user is requesting information about themselves. """ # noqa: E501