mattermost4j icon indicating copy to clipboard operation
mattermost4j copied to clipboard

Mattermost API v4 Client for Java

Results 73 mattermost4j issues
Sort by recently updated
recently updated
newest added

Bumps jersey-bom from 3.1.0 to 3.1.1. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.glassfish.jersey:jersey-bom&package-manager=maven&previous-version=3.1.0&new-version=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...

dependencies

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

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"); } ```

bug
good first issue

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

REST API Compatibility

will introduced in 5.16

REST API Compatibility