Staff Type¶
qgendapy.resources.staff_type
¶
StaffTypeResource(client)
¶
Bases: BaseResource
Synchronous staff-type endpoints.
Resolves StaffMember.staff_type_key to a human-readable name
("Shareholder", "Locum", "Staff", "Associate", etc.) shown in QGenda's
Settings UI "Staff Type" column.
Source code in src/qgendapy/resources/_base.py
AsyncStaffTypeResource(client)
¶
Bases: AsyncBaseResource
Asynchronous staff-type endpoints.