Module mattermost_api::client[][src]

Expand description

Client struct and functions for interacting with the REST API.

Structs

Authentication data, either a login_id and password or a personal access token. Required for being able to make calls to a Mattermost instance API.

Struct to interact with a Mattermost instance API.