Skip to content

Commit

Permalink
feat(all) remove raw statistics
Browse files Browse the repository at this point in the history
  • Loading branch information
olivierapivideo committed Sep 6, 2023
1 parent 7abb9aa commit 880b672
Show file tree
Hide file tree
Showing 18 changed files with 1 addition and 1,234 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 @@ -99,7 +95,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 @@ -142,9 +137,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 @@ -186,7 +178,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 @@ -241,9 +232,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 @@
b63577184c322f946a8311a2331a6a6d437d96870e2945f77782ce899e2ebc32
8eb7fbb64da10d43211408dace0a11d7cc30982dddb798d52086bd3838fd1b79
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
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.

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

This file was deleted.

0 comments on commit 880b672

Please sign in to comment.