Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 44 additions & 0 deletions .openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ docs/README.md
docs/ActiveOAuth2Token.md
docs/ActivityApi.md
docs/ActivityTimelineMessage.md
docs/AddUserGroupMemberRequest.md
docs/AuthenticationApi.md
docs/Bot.md
docs/BotApi.md
Expand All @@ -17,6 +18,7 @@ docs/ChannelApi.md
docs/ChannelEvent.md
docs/ChannelEventDetail.md
docs/ChannelList.md
docs/ChannelPath.md
docs/ChannelStats.md
docs/ChannelStatsStamp.md
docs/ChannelStatsUser.md
Expand Down Expand Up @@ -108,7 +110,27 @@ docs/PutChannelTopicRequest.md
docs/PutMyPasswordRequest.md
docs/PutNotifyCitationRequest.md
docs/PutUserPasswordRequest.md
docs/QallApi.md
docs/QallEndpointResponse.md
docs/QallMetadataRequest.md
docs/QallMetadataResponse.md
docs/QallParticipant.md
docs/QallParticipantRequest.md
docs/QallParticipantRequestUsersInner.md
docs/QallParticipantResponse.md
docs/QallParticipantResponseResultsInner.md
docs/QallRoomStateChangedEvent.md
docs/QallRoomStateChangedEventRoomStatesInner.md
docs/QallRoomStateChangedEventRoomStatesInnerParticipantsInner.md
docs/QallRoomWithParticipants.md
docs/QallSoundboardItemCreatedEvent.md
docs/QallSoundboardItemDeletedEvent.md
docs/QallTokenResponse.md
docs/Session.md
docs/SoundboardItem.md
docs/SoundboardPlayRequest.md
docs/SoundboardPlayResponse.md
docs/SoundboardUploadResponse.md
docs/Stamp.md
docs/StampApi.md
docs/StampHistoryEntry.md
Expand Down Expand Up @@ -159,6 +181,7 @@ src/apis/oauth2_api.rs
src/apis/ogp_api.rs
src/apis/pin_api.rs
src/apis/public_api.rs
src/apis/qall_api.rs
src/apis/stamp_api.rs
src/apis/star_api.rs
src/apis/user_api.rs
Expand All @@ -168,6 +191,7 @@ src/apis/webrtc_api.rs
src/lib.rs
src/models/active_o_auth2_token.rs
src/models/activity_timeline_message.rs
src/models/add_user_group_member_request.rs
src/models/bot.rs
src/models/bot_detail.rs
src/models/bot_event_log.rs
Expand All @@ -180,6 +204,7 @@ src/models/channel.rs
src/models/channel_event.rs
src/models/channel_event_detail.rs
src/models/channel_list.rs
src/models/channel_path.rs
src/models/channel_stats.rs
src/models/channel_stats_stamp.rs
src/models/channel_stats_user.rs
Expand Down Expand Up @@ -262,7 +287,26 @@ src/models/put_channel_topic_request.rs
src/models/put_my_password_request.rs
src/models/put_notify_citation_request.rs
src/models/put_user_password_request.rs
src/models/qall_endpoint_response.rs
src/models/qall_metadata_request.rs
src/models/qall_metadata_response.rs
src/models/qall_participant.rs
src/models/qall_participant_request.rs
src/models/qall_participant_request_users_inner.rs
src/models/qall_participant_response.rs
src/models/qall_participant_response_results_inner.rs
src/models/qall_room_state_changed_event.rs
src/models/qall_room_state_changed_event_room_states_inner.rs
src/models/qall_room_state_changed_event_room_states_inner_participants_inner.rs
src/models/qall_room_with_participants.rs
src/models/qall_soundboard_item_created_event.rs
src/models/qall_soundboard_item_deleted_event.rs
src/models/qall_token_response.rs
src/models/session.rs
src/models/soundboard_item.rs
src/models/soundboard_play_request.rs
src/models/soundboard_play_response.rs
src/models/soundboard_upload_response.rs
src/models/stamp.rs
src/models/stamp_history_entry.rs
src/models/stamp_palette.rs
Expand Down
12 changes: 12 additions & 0 deletions docs/AddUserGroupMemberRequest.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# AddUserGroupMemberRequest

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | [**uuid::Uuid**](uuid::Uuid.md) | ユーザーUUID |
**role** | **String** | ユーザーの役割 |

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


35 changes: 33 additions & 2 deletions docs/ChannelApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Method | HTTP request | Description
[**get_channel**](ChannelApi.md#get_channel) | **GET** /channels/{channelId} | チャンネル情報を取得
[**get_channel_bots**](ChannelApi.md#get_channel_bots) | **GET** /channels/{channelId}/bots | チャンネル参加中のBOTのリストを取得
[**get_channel_events**](ChannelApi.md#get_channel_events) | **GET** /channels/{channelId}/events | チャンネルイベントのリストを取得
[**get_channel_path**](ChannelApi.md#get_channel_path) | **GET** /channels/{channelId}/path | 指定したチャンネルパスを取得
[**get_channel_pins**](ChannelApi.md#get_channel_pins) | **GET** /channels/{channelId}/pins | チャンネルピンのリストを取得
[**get_channel_stats**](ChannelApi.md#get_channel_stats) | **GET** /channels/{channelId}/stats | チャンネル統計情報を取得
[**get_channel_subscribers**](ChannelApi.md#get_channel_subscribers) | **GET** /channels/{channelId}/subscribers | チャンネルの通知購読者のリストを取得
Expand Down Expand Up @@ -243,6 +244,34 @@ Name | Type | Description | Required | Notes
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)


## get_channel_path

> crate::models::ChannelPath get_channel_path(channel_id)
指定したチャンネルパスを取得

### Parameters


Name | Type | Description | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**channel_id** | **uuid::Uuid** | チャンネルUUID | [required] |

### Return type

[**crate::models::ChannelPath**](ChannelPath.md)

### Authorization

[OAuth2](../README.md#OAuth2), [bearerAuth](../README.md#bearerAuth)

### HTTP request headers

- **Content-Type**: Not defined
- **Accept**: application/json

[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)


## get_channel_pins

> Vec<crate::models::Pin> get_channel_pins(channel_id)
Expand Down Expand Up @@ -275,7 +304,7 @@ Name | Type | Description | Required | Notes

## get_channel_stats

> crate::models::ChannelStats get_channel_stats(channel_id)
> crate::models::ChannelStats get_channel_stats(channel_id, exclude_deleted_messages)
チャンネル統計情報を取得

指定したチャンネルの統計情報を取得します。
Expand All @@ -286,6 +315,7 @@ Name | Type | Description | Required | Notes
Name | Type | Description | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**channel_id** | **uuid::Uuid** | チャンネルUUID | [required] |
**exclude_deleted_messages** | Option<**bool**> | 削除されたメッセージを除外するかどうか(デフォルト false) | |

### Return type

Expand Down Expand Up @@ -395,7 +425,7 @@ Name | Type | Description | Required | Notes

## get_channels

> crate::models::ChannelList get_channels(include_dm)
> crate::models::ChannelList get_channels(include_dm, path)
チャンネルリストを取得

チャンネルのリストを取得します。
Expand All @@ -406,6 +436,7 @@ Name | Type | Description | Required | Notes
Name | Type | Description | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**include_dm** | Option<**bool**> | ダイレクトメッセージチャンネルをレスポンスに含めるかどうか | |[default to false]
**path** | Option<**String**> | パスが一致するチャンネルのみを取得する | |

### Return type

Expand Down
11 changes: 11 additions & 0 deletions docs/ChannelPath.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# ChannelPath

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**path** | **String** | チャンネルパス |

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


35 changes: 33 additions & 2 deletions docs/GroupApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Method | HTTP request | Description
[**get_user_groups**](GroupApi.md#get_user_groups) | **GET** /groups | ユーザーグループのリストを取得
[**remove_user_group_admin**](GroupApi.md#remove_user_group_admin) | **DELETE** /groups/{groupId}/admins/{userId} | グループ管理者を削除
[**remove_user_group_member**](GroupApi.md#remove_user_group_member) | **DELETE** /groups/{groupId}/members/{userId} | グループメンバーを削除
[**remove_user_group_members**](GroupApi.md#remove_user_group_members) | **DELETE** /groups/{groupId}/members | グループメンバーを一括削除



Expand Down Expand Up @@ -53,7 +54,7 @@ Name | Type | Description | Required | Notes

## add_user_group_member

> add_user_group_member(group_id, user_group_member)
> add_user_group_member(group_id, add_user_group_member_request)
グループメンバーを追加

指定したグループにメンバーを追加します。 対象のユーザーグループの管理者権限が必要です。
Expand All @@ -64,7 +65,7 @@ Name | Type | Description | Required | Notes
Name | Type | Description | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**group_id** | **uuid::Uuid** | ユーザーグループUUID | [required] |
**user_group_member** | Option<[**UserGroupMember**](UserGroupMember.md)> | | |
**add_user_group_member_request** | Option<[**AddUserGroupMemberRequest**](AddUserGroupMemberRequest.md)> | | |

### Return type

Expand Down Expand Up @@ -414,3 +415,33 @@ Name | Type | Description | Required | Notes

[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)


## remove_user_group_members

> remove_user_group_members(group_id)
グループメンバーを一括削除

指定したグループから全てのメンバーを削除します。 対象のユーザーグループの管理者権限が必要です。

### Parameters


Name | Type | Description | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**group_id** | **uuid::Uuid** | ユーザーグループUUID | [required] |

### Return type

(empty response body)

### Authorization

[OAuth2](../README.md#OAuth2), [bearerAuth](../README.md#bearerAuth)

### HTTP request headers

- **Content-Type**: Not defined
- **Accept**: Not defined

[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)

4 changes: 2 additions & 2 deletions docs/MessageApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -476,8 +476,8 @@ Name | Type | Description | Required | Notes
**after** | Option<**String**> | 投稿日時が指定日時より後 | |
**before** | Option<**String**> | 投稿日時が指定日時より前 | |
**r#in** | Option<**uuid::Uuid**> | メッセージが投稿されたチャンネル | |
**to** | Option<**uuid::Uuid**> | メンションされたユーザー | |
**from** | Option<**uuid::Uuid**> | メッセージを投稿したユーザー | |
**to** | Option<[**Vec<uuid::Uuid>**](uuid::Uuid.md)> | メンションされたユーザー | |
**from** | Option<[**Vec<uuid::Uuid>**](uuid::Uuid.md)> | メッセージを投稿したユーザー | |
**citation** | Option<**uuid::Uuid**> | 引用しているメッセージ | |
**bot** | Option<**bool**> | メッセージを投稿したユーザーがBotかどうか | |
**has_url** | Option<**bool**> | メッセージがURLを含むか | |
Expand Down
2 changes: 1 addition & 1 deletion docs/NotificationApi.md

Large diffs are not rendered by default.

Loading