Skip to content

Commit 91ec311

Browse files
James RobertsonJames Robertson
authored andcommitted
update samples readme to include docs and remove broken links
1 parent b0f4c6d commit 91ec311

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

samples/readme.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,10 @@ A set of helpful samples for the [Java Sendbird Platform SDK](https://github.com
33
Includes examples of moderation, announcements, auto messages and a number of others.
44

55
# Samples
6-
Samples included in this repo
7-
- Creating a user session token
8-
- Pushing out a targeted announcement
9-
- Configuring a channels automatic messages
10-
- Counting a users unread messages in a specific channel
11-
- Creating, updating and deleting a user.
12-
- Freezing a channel
6+
Samples included in this repo:
137

14-
[See the code here](src/main/java/Samples.java)
8+
- Creating a user session token - [docs](https://sendbird.com/docs/chat/v3/platform-api/user/managing-session-tokens/issue-a-session-token◊)
9+
- Pushing out a targeted announcement - [docs](https://sendbird.com/docs/chat/v3/platform-api/message/announcements/create-an-announcement)
10+
- Counting a users unread messages in a specific channel - [docs](https://sendbird.com/docs/chat/v3/platform-api/message/read-receipts/get-number-of-unread-messages-per-member#2-response)
11+
- Creating, updating and deleting a user - [docs](https://sendbird.com/docs/chat/v3/platform-api/user/creating-users/create-a-user)
12+
- Freezing a channel - [docs](https://sendbird.com/docs/chat/v3/platform-api/moderation/freezing-a-channel/freeze-a-group-channel)

0 commit comments

Comments
 (0)