# Functions
No description provided by the author
Delete attempts deleting the contact with the provided ID.
List retrieves a paginated list of contacts, based on the options provided.
Read retrieves the information of an existing contact.
Update updates the record referenced by id with any values set in contactRequest.
# Structs
Contact gets returned by the API.
No description provided by the author
CreateRequest represents a contact for write operations, e.g.
No description provided by the author