mattermost/python-sdk/src/mattermost_plugin
Nick Misasi 9bd8a450a5 feat(06-03): integrate Post/File/KV mixins into PluginAPIClient
Update PluginAPIClient to inherit from PostsMixin, FilesMixin,
and KVStoreMixin, providing 31 new typed methods for:
- Post CRUD, ephemeral posts, and reactions
- File metadata, content, and uploads
- Key-value store operations with atomic support

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-19 10:06:30 -05:00
..
_internal feat(06-03): integrate Post/File/KV mixins into PluginAPIClient 2026-01-19 10:06:30 -05:00
grpc feat(06-01): add generated protobuf and gRPC Python code 2026-01-16 14:44:54 -05:00
__init__.py feat(06-01): add Python SDK package scaffold with pyproject.toml 2026-01-16 14:44:29 -05:00
async_client.py feat(06-01): add sync and async Plugin API clients 2026-01-16 14:44:47 -05:00
client.py feat(06-03): integrate Post/File/KV mixins into PluginAPIClient 2026-01-19 10:06:30 -05:00
exceptions.py feat(06-01): add channel factory and exception hierarchy 2026-01-16 14:44:41 -05:00