Skip to content

Commit

Permalink
Merge pull request #111 from apivideo/remove-raw-statistics
Browse files Browse the repository at this point in the history
feat(all) remove raw statistics
  • Loading branch information
bot-api-video committed Sep 11, 2023
2 parents 1853caf + f393102 commit cd51fa6
Show file tree
Hide file tree
Showing 31 changed files with 8 additions and 1,302 deletions.
12 changes: 0 additions & 12 deletions .openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,6 @@ docs/PlayerThemeUpdatePayload.md
docs/PlayerThemesApi.md
docs/PlayerThemesListResponse.md
docs/Quality.md
docs/RawStatisticsApi.md
docs/RawStatisticsListLiveStreamAnalyticsResponse.md
docs/RawStatisticsListPlayerSessionEventsResponse.md
docs/RawStatisticsListSessionsResponse.md
docs/RefreshTokenPayload.md
docs/RestreamsRequestObject.md
docs/RestreamsResponseObject.md
Expand Down Expand Up @@ -100,7 +96,6 @@ src/ApiVideo.Test/Api/CaptionsApiTests.cs
src/ApiVideo.Test/Api/ChaptersApiTests.cs
src/ApiVideo.Test/Api/LiveStreamsApiTests.cs
src/ApiVideo.Test/Api/PlayerThemesApiTests.cs
src/ApiVideo.Test/Api/RawStatisticsApiTests.cs
src/ApiVideo.Test/Api/UploadTokensApiTests.cs
src/ApiVideo.Test/Api/VideosApiTests.cs
src/ApiVideo.Test/Api/WatermarksApiTests.cs
Expand Down Expand Up @@ -143,9 +138,6 @@ src/ApiVideo.Test/Model/PlayerThemeTests.cs
src/ApiVideo.Test/Model/PlayerThemeUpdatePayloadTests.cs
src/ApiVideo.Test/Model/PlayerThemesListResponseTests.cs
src/ApiVideo.Test/Model/QualityTests.cs
src/ApiVideo.Test/Model/RawStatisticsListLiveStreamAnalyticsResponseTests.cs
src/ApiVideo.Test/Model/RawStatisticsListPlayerSessionEventsResponseTests.cs
src/ApiVideo.Test/Model/RawStatisticsListSessionsResponseTests.cs
src/ApiVideo.Test/Model/RefreshTokenPayloadTests.cs
src/ApiVideo.Test/Model/RestreamsRequestObjectTests.cs
src/ApiVideo.Test/Model/RestreamsResponseObjectTests.cs
Expand Down Expand Up @@ -187,7 +179,6 @@ src/ApiVideo/Api/CaptionsApi.cs
src/ApiVideo/Api/ChaptersApi.cs
src/ApiVideo/Api/LiveStreamsApi.cs
src/ApiVideo/Api/PlayerThemesApi.cs
src/ApiVideo/Api/RawStatisticsApi.cs
src/ApiVideo/Api/UploadTokensApi.cs
src/ApiVideo/Api/VideosApi.cs
src/ApiVideo/Api/WatermarksApi.cs
Expand Down Expand Up @@ -242,9 +233,6 @@ src/ApiVideo/Model/PlayerThemeCreationPayload.cs
src/ApiVideo/Model/PlayerThemeUpdatePayload.cs
src/ApiVideo/Model/PlayerThemesListResponse.cs
src/ApiVideo/Model/Quality.cs
src/ApiVideo/Model/RawStatisticsListLiveStreamAnalyticsResponse.cs
src/ApiVideo/Model/RawStatisticsListPlayerSessionEventsResponse.cs
src/ApiVideo/Model/RawStatisticsListSessionsResponse.cs
src/ApiVideo/Model/RefreshTokenPayload.cs
src/ApiVideo/Model/RestreamsRequestObject.cs
src/ApiVideo/Model/RestreamsResponseObject.cs
Expand Down
2 changes: 1 addition & 1 deletion .openapi-generator/oas_apivideo.yaml-defaut-cli.sha256
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1887f11face54a0a043265ab98f1d56e2ac08c39bef0c30dbaa6fc9dfdefb3db
15641308b8635d4681dbd94d4931525c407a0a10b8e7487da2365559b4d4adf2
22 changes: 0 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
- [ChaptersApi](#chaptersapi)
- [LiveStreamsApi](#livestreamsapi)
- [PlayerThemesApi](#playerthemesapi)
- [RawStatisticsApi](#rawstatisticsapi)
- [UploadTokensApi](#uploadtokensapi)
- [VideosApi](#videosapi)
- [WatermarksApi](#watermarksapi)
Expand Down Expand Up @@ -245,24 +244,6 @@ Method | HTTP request | Description
[**deleteLogo**](docs/PlayerThemesApi.md#deleteLogo) | **DELETE** /players/{playerId}/logo | Delete logo


### RawStatisticsApi


#### Retrieve an instance of RawStatisticsApi:
```java
ApiVideoClient apiVideoClient = new ApiVideoClient("YOUR_API_KEY");
RawStatisticsApi rawStatistics = client.RawStatistics()
```

#### Endpoints

Method | HTTP request | Description
------------- | ------------- | -------------
[**listLiveStreamSessions**](docs/RawStatisticsApi.md#listLiveStreamSessions) | **GET** /analytics/live-streams/{liveStreamId} | List live stream player sessions
[**listSessionEvents**](docs/RawStatisticsApi.md#listSessionEvents) | **GET** /analytics/sessions/{sessionId}/events | List player session events
[**listVideoSessions**](docs/RawStatisticsApi.md#listVideoSessions) | **GET** /analytics/videos/{videoId} | List video player sessions


### UploadTokensApi


Expand Down Expand Up @@ -384,9 +365,6 @@ Method | HTTP request | Description
- [PlayerThemeUpdatePayload](docs/PlayerThemeUpdatePayload.md)
- [PlayerThemesListResponse](docs/PlayerThemesListResponse.md)
- [Quality](docs/Quality.md)
- [RawStatisticsListLiveStreamAnalyticsResponse](docs/RawStatisticsListLiveStreamAnalyticsResponse.md)
- [RawStatisticsListPlayerSessionEventsResponse](docs/RawStatisticsListPlayerSessionEventsResponse.md)
- [RawStatisticsListSessionsResponse](docs/RawStatisticsListSessionsResponse.md)
- [RefreshTokenPayload](docs/RefreshTokenPayload.md)
- [RestreamsRequestObject](docs/RestreamsRequestObject.md)
- [RestreamsResponseObject](docs/RestreamsResponseObject.md)
Expand Down
1 change: 0 additions & 1 deletion docs/LiveStream.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ Name | Type | Description | Notes
**LiveStreamId** | **string** | The unique identifier for the live stream. Live stream IDs begin with \"li.\" |
**Name** | **string** | The name of your live stream. | [optional]
**StreamKey** | **string** | The unique, private stream key that you use to begin streaming. | [optional]
**Record** | **bool** | Whether you are recording or not. | [optional]
**Public** | **bool** | Whether your video can be viewed by everyone, or requires authentication to see it. A setting of false will require a unique token for each view. Learn more about the Private Video feature [here](https://docs.api.video/docs/private-videos). | [optional]
**Assets** | [**LiveStreamAssets**](LiveStreamAssets.md) | | [optional]
**PlayerId** | **string** | The unique identifier for the player. | [optional]
Expand Down
1 change: 0 additions & 1 deletion docs/LiveStreamCreationPayload.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Name** | **string** | Add a name for your live stream here. |
**Record** | **bool** | Whether you are recording or not. True for record, false for not record. | [optional] [default to false]
**Public** | **bool** | Whether your video can be viewed by everyone, or requires authentication to see it. A setting of false will require a unique token for each view. Learn more about the Private Video feature [here](https://docs.api.video/docs/private-videos). | [optional]
**PlayerId** | **string** | The unique identifier for the player. | [optional]
**Restreams** | [**List<RestreamsRequestObject>**](RestreamsRequestObject.md) | Use this parameter to add, edit, or remove RTMP services where you want to restream a live stream. The list can only contain up to 5 destinations. | [optional]
Expand Down
1 change: 0 additions & 1 deletion docs/LiveStreamUpdatePayload.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Name** | **string** | The name you want to use for your live stream. | [optional]
**Public** | **bool** | Whether your video can be viewed by everyone, or requires authentication to see it. A setting of false will require a unique token for each view. Learn more about the Private Video feature [here](https://docs.api.video/docs/private-videos). | [optional]
**Record** | **bool** | Use this to indicate whether you want the recording on or off. On is true, off is false. | [optional]
**PlayerId** | **string** | The unique ID for the player associated with a live stream that you want to update. | [optional]
**Restreams** | [**List<RestreamsRequestObject>**](RestreamsRequestObject.md) | Use this parameter to add, edit, or remove RTMP services where you want to restream a live stream. The list can only contain up to 5 destinations. This operation updates all restream destinations in the same request. If you do not want to modify an existing restream destination, you need to include it in your request, otherwise it is removed. | [optional]

Expand Down
4 changes: 2 additions & 2 deletions docs/LiveStreamsApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ namespace Example

var apiInstance = new ApiVideoClient(apiKey,basePath);

var liveStreamId = li400mYKSgQ6xs7taUeSaEKr; // string | The unique ID for the live stream that you want to update information for such as player details, or whether you want the recording on or off.
var liveStreamId = li400mYKSgQ6xs7taUeSaEKr; // string | The unique ID for the live stream that you want to update information for such as player details.
var liveStreamUpdatePayload = new LiveStreamUpdatePayload(); // LiveStreamUpdatePayload |
var apiLiveStreamsInstance = apiInstance.LiveStreams();
try
Expand All @@ -194,7 +194,7 @@ namespace Example

Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**liveStreamId** | **string**| The unique ID for the live stream that you want to update information for such as player details, or whether you want the recording on or off. |
**liveStreamId** | **string**| The unique ID for the live stream that you want to update information for such as player details. |
**liveStreamUpdatePayload** | [**LiveStreamUpdatePayload**](LiveStreamUpdatePayload.md)| |

### Return type
Expand Down
228 changes: 0 additions & 228 deletions docs/RawStatisticsApi.md

This file was deleted.

11 changes: 0 additions & 11 deletions docs/RawStatisticsListLiveStreamAnalyticsResponse.md

This file was deleted.

11 changes: 0 additions & 11 deletions docs/RawStatisticsListPlayerSessionEventsResponse.md

This file was deleted.

0 comments on commit cd51fa6

Please sign in to comment.