mirror of
https://github.com/aljazceru/python-teos.git
synced 2025-12-17 22:24:23 +01:00
- Refactors and simplifies `add_appointment` - Modifies `get_appointment` as a POST interface and to require user signatures. - Defines a new way of creating uuids to avoid storing user_pu:uuids maps. - The uuids are now defined as RIPMED160(locator|user_pk) instead of using `uuid4`. - Add missing docs and fixes the existing ones