mattermost_api 0.1.4 mattermost_api: ^0.1.4 copied to clipboard
An implementation of the Mattermost API as of 4.0.0.
0.1.4 #
- removed extraneous docs.
0.1.3 #
- Changed the authentication variable in the
MattermostApiClient
toauthMethod
and made it read-only. - Removed the
MattermostApiClientExtension
by putting the API getters in the class itself. - Changed the enum from
HttpLocation
toMMHttpLocation
- Renamed all modules to have
MM
as a prefix instead ofMattermost
.Mattermost
remains the prefix for all Api classes.
0.1.2 #
Just a couple more documentation improvements.
0.1.1 #
This version has been passed through dart format, and the documentation has been improved.
0.1.0 #
Initial version.