Skip to content

Commit 09aed37

Browse files
Merge pull request #4 from sendbird/feat/v2-platform-sdk
feat: v2 platform sdk
2 parents 4a46a60 + d7db709 commit 09aed37

File tree

948 files changed

+46440
-130282
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

948 files changed

+46440
-130282
lines changed

.openapi-generator/FILES

Lines changed: 334 additions & 564 deletions
Large diffs are not rendered by default.

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

docs/AcceptAnInvitationRequest.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
2+
# sendbird_platform_sdk.Model.AcceptAnInvitationRequest
3+
4+
## Properties
5+
6+
Name | Type | Description | Notes
7+
------------ | ------------- | ------------- | -------------
8+
**AccessCode** | **string** | | [optional]
9+
**UserId** | **string** | |
10+
11+
[[Back to Model list]](../README.md#documentation-for-models)
12+
[[Back to API list]](../README.md#documentation-for-api-endpoints)
13+
[[Back to README]](../README.md)
14+
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
2+
# sendbird_platform_sdk.Model.AddARegistrationOrDeviceTokenRequest
3+
4+
## Properties
5+
6+
Name | Type | Description | Notes
7+
------------ | ------------- | ------------- | -------------
8+
**ApnsDeviceToken** | **string** | | [optional]
9+
**GcmRegToken** | **string** | | [optional]
10+
**HuaweiDeviceToken** | **string** | | [optional]
11+
12+
[[Back to Model list]](../README.md#documentation-for-models)
13+
[[Back to API list]](../README.md#documentation-for-api-endpoints)
14+
[[Back to README]](../README.md)
15+
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
2+
# sendbird_platform_sdk.Model.AddARegistrationOrDeviceTokenResponse
3+
4+
## Properties
5+
6+
Name | Type | Description | Notes
7+
------------ | ------------- | ------------- | -------------
8+
**Token** | **string** | | [optional]
9+
**Type** | **string** | | [optional]
10+
**User** | [**SendbirdBasicUserInfo**](SendbirdBasicUserInfo.md) | | [optional]
11+
12+
[[Back to Model list]](../README.md#documentation-for-models)
13+
[[Back to API list]](../README.md#documentation-for-api-endpoints)
14+
[[Back to README]](../README.md)
15+
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
2+
# sendbird_platform_sdk.Model.AddExtraDataToAMessageRequest
3+
4+
## Properties
5+
6+
Name | Type | Description | Notes
7+
------------ | ------------- | ------------- | -------------
8+
**SortedMetaarray** | [**List<SendbirdSortedMetaarrayInner>**](SendbirdSortedMetaarrayInner.md) | |
9+
10+
[[Back to Model list]](../README.md#documentation-for-models)
11+
[[Back to API list]](../README.md#documentation-for-api-endpoints)
12+
[[Back to README]](../README.md)
13+
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
2+
# sendbird_platform_sdk.Model.AddExtraDataToAMessageResponse
3+
4+
## Properties
5+
6+
Name | Type | Description | Notes
7+
------------ | ------------- | ------------- | -------------
8+
**SortedMetaarray** | [**List<SendbirdSortedMetaarrayInner>**](SendbirdSortedMetaarrayInner.md) | | [optional]
9+
10+
[[Back to Model list]](../README.md#documentation-for-models)
11+
[[Back to API list]](../README.md#documentation-for-api-endpoints)
12+
[[Back to README]](../README.md)
13+

0 commit comments

Comments
 (0)