pyoaev.apis.me ============== .. py:module:: pyoaev.apis.me Module Contents --------------- .. py:class:: Me(manager: RESTManager, attrs: Dict[str, Any], *, created_from_list: bool = False) Bases: :py:obj:`pyoaev.base.RESTObject` .. py:attribute:: _id_attr :value: None .. py:attribute:: _repr_attr :value: 'user_email' .. py:class:: MeManager(openaev: pyoaev.client.OpenAEV, parent: Optional[RESTObject] = None) Bases: :py:obj:`pyoaev.mixins.GetWithoutIdMixin`, :py:obj:`pyoaev.mixins.UpdateMixin`, :py:obj:`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 .. py:attribute:: _path :value: '/me' .. py:attribute:: _obj_cls .. py:method:: get(**kwargs: Any) -> Me