pcs-external 2.0.0

Ppoppo Chat System (PCS) External API client -- gRPC client for the External Developer Platform
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# pcs-external

Ppoppo Chat System (PCS) External API client for Rust.

gRPC client for the PCS External Developer Platform (`chat.external` package):
- **ExternalMessageService** -- bulk messaging, status, events
- **ExternalTemplateService** -- message templates
- **ExternalAppService** -- app management, stats, audit
- **ExternalChannelService** -- channels, DM, members, messaging

## Usage

```toml
[dependencies]
pcs-external = "1.0"
```

Migrated from `ppoppo-sdk`. See [migration guide](https://github.com/hakchin/ppoppo-sdk).