Expand description
Address book management API handlers.
Structs§
- AddAddress
Book Request - Request body for adding an address book entry.
- Remove
Address Book Request - Request body for removing an address book entry.
Functions§
- handle_
add - POST /api/address-book/add — Add an address to the address book.
- handle_
list - GET /api/address-book/list — List address book entries.
- handle_
remove - POST /api/address-book/remove — Remove an address from the address book.