Skip to content

Commit d7db709

Browse files
Merge pull request #5 from sendbird/docs/update-readme
docs: readme update
2 parents d8a7ec7 + f70217c commit d7db709

File tree

2 files changed

+1
-85
lines changed

2 files changed

+1
-85
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ namespace Example
2323
public static void Main()
2424
{
2525

26-
Configuration.Default.BasePath = "https://YOUR_APP_ID_FROM_DASHBOARD.sendbird.com";
26+
Configuration.Default.BasePath = "https://api-YOUR_APP_ID_FROM_DASHBOARD.sendbird.com";
2727
var apiInstance = new UserApi(Configuration.Default);
2828
var apiToken = "YOUR_MASTER_API_TOKEN_FROM_DASHBOARD";
2929

@@ -72,11 +72,9 @@ All the documentation for this project lives in the /docs directory of this repo
7272
| | Documentation |
7373
| ----------- | ----------- |
7474
| Announcement | [docs/AnnouncementApi.md](docs/AnnouncementApi.md)|
75-
| Application | [docs/ApplicationApi.md](docs/ApplicationApi.md) |
7675
| Bot | [docs/BotApi.md](docs/BotApi.md) |
7776
| GroupChannel | [docs/GroupChannelApi.md](docs/GroupChannelApi.md) |
7877
| Message | [docs/MessageApi.md](docs/MessageApi.md) |
7978
| OpenChannel | [docs/OpenChannelApi.md ](docs/OpenChannelApi.md) |
8079
| User | [docs/UserApi.md](docs/UserApi.md) |
81-
| Webhooks | [docs/WebhooksApi.md](docs/WebhooksApi.md) |
8280

README.md-e

Lines changed: 0 additions & 82 deletions
This file was deleted.

0 commit comments

Comments
 (0)