package
9.1.1
Repository: https://github.com/messagebird/go-rest-api.git
Documentation: pkg.go.dev

# 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