everyaction.services.Notes¶
- class everyaction.services.Notes(ea: EAClient)¶
Represents the Notes service.
Methods
category(category_id, /)- categories() List[NoteCategory]¶
See GET /notes/categories/{noteCategoryId}.
- Returns
List of the resulting
NoteCategoryobjects.
- category(category_id: int, /) NoteCategory¶
-
- Parameters
category_id – The noteCategoryId path parameter.
- Returns
The resulting
NoteCategoryobject.
- category_types() List[str]¶
-
- Returns
List of the names of the category types.