package
8.0.0
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.

# Variables

DefaultListOptions provides reasonable values for List().

# Structs

Contact gets returned by the API.
No description provided by the author
ListOptions can be used to set pagination options in List().
Request represents a contact for write operations, e.g.