Module mattermost_api::client[][src]

Expand description

Main logic

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.

Traits

Handler trait for receving websocket messages.