pyoaev.apis.me

Module Contents

class pyoaev.apis.me.Me(manager: RESTManager, attrs: Dict[str, Any], *, created_from_list: bool = False)

Bases: pyoaev.base.RESTObject

_id_attr = None
_repr_attr = 'user_email'
class pyoaev.apis.me.MeManager(openaev: pyoaev.client.OpenAEV, parent: RESTObject | None = None)

Bases: pyoaev.mixins.GetWithoutIdMixin, pyoaev.mixins.UpdateMixin, pyoaev.base.RESTManager

Base class for CRUD operations on objects.

Derived class must define _path and _obj_cls.

_path: Base URL path on which requests will be sent (e.g. ‘/projects’) _obj_cls: The class of objects that will be created

_path = '/me'
_obj_cls
get(**kwargs: Any) Me