mattermost4j
mattermost4j copied to clipboard
Mattermost API v4 Client for Java
Bumps jersey-bom from 3.1.0 to 3.1.1. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
fix #32
Many API are marked deprecated because removed, changed, or deprecated by Mattermost server.
CI workflow on fork always failure. #### Steps 1. Fork this repository. 2. Make some modification and commit it. 3. Open PR. 4. Approve running workflow by maintainer - CI...
### Steps to reproduce ```java var client = MattermostClient.builder().url(url).ignoreUnknownProperty().build(); ApiResponse clientConfig = client.getOldClientConfig(); if (clientConfig.hasError()) { // return true when response is "200 OK" throw new IllegalStateException("message"); } ```
Based on: https://github.com/mattermost/mattermost-api-reference/tree/cfdc35144a54171728f55e4101aafad3d9be07c2/v4/source previous: #177 ## Check List - [x] Actions: #350 - [ ] Bots - Missing - `/bots/{bot_user_id}/icon` - [ ] Brand - [ ] Channels - [...
Introduced in Mattermost Server 5.6 https://github.com/mattermost/mattermost-api-reference/blob/master/v4/source/actions.yaml