Java Client Driver

I have been trying to find a Java Client driver, but have been unsuccessful.
Are there any public available Java Driver for mattermost?

Not yet, we’ve been hoping someone from the community might help up? (hint hint… anyone?)

We have Golang and JavaScript drivers to work from, plus api.mattermost.com for documentation.

Hello,

I have just write a little client to create bot.
It can do most basic commands with REST & WebSocket connexion.

You can found it here : https://github.com/Cloud-Temple/Mattermost-client
The code is pretty simple to expand for parts of API that are missing.
PullRequests are welcome.

Regards,
Galigator.

1 Like

Hello @galigator

Thank you for you feedback and exciting news about the bot client you’ve written!

Would you like to share it in the Integrations and Apps channel on our nightly build server?

You can also share your project by completing this form

Thanks again for writing the bot client!