pyoaev.apis.inject ================== .. py:module:: pyoaev.apis.inject Module Contents --------------- .. py:class:: Inject(manager: RESTManager, attrs: Dict[str, Any], *, created_from_list: bool = False) Bases: :py:obj:`pyoaev.base.RESTObject` .. py:attribute:: _id_attr :value: None .. py:class:: InjectManager(openaev: pyoaev.client.OpenAEV, parent: Optional[RESTObject] = None) Bases: :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: '/injects' .. py:attribute:: _obj_cls .. py:method:: execution_callback(inject_id: str, data: Dict[str, Any], **kwargs: Any) -> Dict[str, Any] .. py:method:: execution_reception(inject_id: str, data: Dict[str, Any], **kwargs: Any) -> Dict[str, Any]