@@ -108,8 +108,9 @@ const ApiVideoClient = require('@api.video/nodejs-client');
108
108
109
109
Method | Description | HTTP request
110
110
------------- | ------------- | -------------
111
- [ ** getLiveStreamsPlays()** ] ( https://github.com/apivideo/api.video-nodejs-client/blob/main/docs/api/AnalyticsApi.md#getLiveStreamsPlays ) | Get play events for live stream | ** GET** ` /analytics/live-streams/plays `
112
- [ ** getVideosPlays()** ] ( https://github.com/apivideo/api.video-nodejs-client/blob/main/docs/api/AnalyticsApi.md#getVideosPlays ) | Get play events for video | ** GET** ` /analytics/videos/plays `
111
+ [ ** getAggregatedMetrics()** ] ( https://github.com/apivideo/api.video-nodejs-client/blob/main/docs/api/AnalyticsApi.md#getAggregatedMetrics ) | Retrieve aggregated metrics | ** GET** ` /data/metrics/{metric}/{aggregation} `
112
+ [ ** getMetricsBreakdown()** ] ( https://github.com/apivideo/api.video-nodejs-client/blob/main/docs/api/AnalyticsApi.md#getMetricsBreakdown ) | Retrieve metrics in a breakdown of dimensions | ** GET** ` /data/buckets/{metric}/{breakdown} `
113
+ [ ** getMetricsOverTime()** ] ( https://github.com/apivideo/api.video-nodejs-client/blob/main/docs/api/AnalyticsApi.md#getMetricsOverTime ) | Retrieve metrics over time | ** GET** ` /data/timeseries/{metric} `
113
114
114
115
115
116
#### CaptionsApi
@@ -209,7 +210,16 @@ Method | Description | HTTP request
209
210
210
211
- [ AccessToken] ( https://github.com/apivideo/api.video-nodejs-client/blob/main/docs/model/AccessToken.md )
211
212
- [ AdditionalBadRequestErrors] ( https://github.com/apivideo/api.video-nodejs-client/blob/main/docs/model/AdditionalBadRequestErrors.md )
213
+ - [ AnalyticsAggregatedMetricsResponse] ( https://github.com/apivideo/api.video-nodejs-client/blob/main/docs/model/AnalyticsAggregatedMetricsResponse.md )
214
+ - [ AnalyticsAggregatedMetricsResponseContext] ( https://github.com/apivideo/api.video-nodejs-client/blob/main/docs/model/AnalyticsAggregatedMetricsResponseContext.md )
215
+ - [ AnalyticsAggregatedMetricsResponseContextTimeframe] ( https://github.com/apivideo/api.video-nodejs-client/blob/main/docs/model/AnalyticsAggregatedMetricsResponseContextTimeframe.md )
212
216
- [ AnalyticsData] ( https://github.com/apivideo/api.video-nodejs-client/blob/main/docs/model/AnalyticsData.md )
217
+ - [ AnalyticsMetricsBreakdownResponse] ( https://github.com/apivideo/api.video-nodejs-client/blob/main/docs/model/AnalyticsMetricsBreakdownResponse.md )
218
+ - [ AnalyticsMetricsBreakdownResponseContext] ( https://github.com/apivideo/api.video-nodejs-client/blob/main/docs/model/AnalyticsMetricsBreakdownResponseContext.md )
219
+ - [ AnalyticsMetricsBreakdownResponseData] ( https://github.com/apivideo/api.video-nodejs-client/blob/main/docs/model/AnalyticsMetricsBreakdownResponseData.md )
220
+ - [ AnalyticsMetricsOverTimeResponse] ( https://github.com/apivideo/api.video-nodejs-client/blob/main/docs/model/AnalyticsMetricsOverTimeResponse.md )
221
+ - [ AnalyticsMetricsOverTimeResponseContext] ( https://github.com/apivideo/api.video-nodejs-client/blob/main/docs/model/AnalyticsMetricsOverTimeResponseContext.md )
222
+ - [ AnalyticsMetricsOverTimeResponseData] ( https://github.com/apivideo/api.video-nodejs-client/blob/main/docs/model/AnalyticsMetricsOverTimeResponseData.md )
213
223
- [ AnalyticsPlays400Error] ( https://github.com/apivideo/api.video-nodejs-client/blob/main/docs/model/AnalyticsPlays400Error.md )
214
224
- [ AnalyticsPlaysResponse] ( https://github.com/apivideo/api.video-nodejs-client/blob/main/docs/model/AnalyticsPlaysResponse.md )
215
225
- [ AuthenticatePayload] ( https://github.com/apivideo/api.video-nodejs-client/blob/main/docs/model/AuthenticatePayload.md )
@@ -225,12 +235,6 @@ Method | Description | HTTP request
225
235
- [ LiveStreamAssets] ( https://github.com/apivideo/api.video-nodejs-client/blob/main/docs/model/LiveStreamAssets.md )
226
236
- [ LiveStreamCreationPayload] ( https://github.com/apivideo/api.video-nodejs-client/blob/main/docs/model/LiveStreamCreationPayload.md )
227
237
- [ LiveStreamListResponse] ( https://github.com/apivideo/api.video-nodejs-client/blob/main/docs/model/LiveStreamListResponse.md )
228
- - [ LiveStreamSession] ( https://github.com/apivideo/api.video-nodejs-client/blob/main/docs/model/LiveStreamSession.md )
229
- - [ LiveStreamSessionClient] ( https://github.com/apivideo/api.video-nodejs-client/blob/main/docs/model/LiveStreamSessionClient.md )
230
- - [ LiveStreamSessionDevice] ( https://github.com/apivideo/api.video-nodejs-client/blob/main/docs/model/LiveStreamSessionDevice.md )
231
- - [ LiveStreamSessionLocation] ( https://github.com/apivideo/api.video-nodejs-client/blob/main/docs/model/LiveStreamSessionLocation.md )
232
- - [ LiveStreamSessionReferrer] ( https://github.com/apivideo/api.video-nodejs-client/blob/main/docs/model/LiveStreamSessionReferrer.md )
233
- - [ LiveStreamSessionSession] ( https://github.com/apivideo/api.video-nodejs-client/blob/main/docs/model/LiveStreamSessionSession.md )
234
238
- [ LiveStreamUpdatePayload] ( https://github.com/apivideo/api.video-nodejs-client/blob/main/docs/model/LiveStreamUpdatePayload.md )
235
239
- [ Metadata] ( https://github.com/apivideo/api.video-nodejs-client/blob/main/docs/model/Metadata.md )
236
240
- [ Model403ErrorSchema] ( https://github.com/apivideo/api.video-nodejs-client/blob/main/docs/model/Model403ErrorSchema.md )
@@ -250,18 +254,12 @@ Method | Description | HTTP request
250
254
- [ TokenCreationPayload] ( https://github.com/apivideo/api.video-nodejs-client/blob/main/docs/model/TokenCreationPayload.md )
251
255
- [ TokenListResponse] ( https://github.com/apivideo/api.video-nodejs-client/blob/main/docs/model/TokenListResponse.md )
252
256
- [ TooManyRequests] ( https://github.com/apivideo/api.video-nodejs-client/blob/main/docs/model/TooManyRequests.md )
257
+ - [ UnrecognizedRequestUrl] ( https://github.com/apivideo/api.video-nodejs-client/blob/main/docs/model/UnrecognizedRequestUrl.md )
253
258
- [ UploadToken] ( https://github.com/apivideo/api.video-nodejs-client/blob/main/docs/model/UploadToken.md )
254
259
- [ Video] ( https://github.com/apivideo/api.video-nodejs-client/blob/main/docs/model/Video.md )
255
260
- [ VideoAssets] ( https://github.com/apivideo/api.video-nodejs-client/blob/main/docs/model/VideoAssets.md )
256
261
- [ VideoClip] ( https://github.com/apivideo/api.video-nodejs-client/blob/main/docs/model/VideoClip.md )
257
262
- [ VideoCreationPayload] ( https://github.com/apivideo/api.video-nodejs-client/blob/main/docs/model/VideoCreationPayload.md )
258
- - [ VideoSession] ( https://github.com/apivideo/api.video-nodejs-client/blob/main/docs/model/VideoSession.md )
259
- - [ VideoSessionClient] ( https://github.com/apivideo/api.video-nodejs-client/blob/main/docs/model/VideoSessionClient.md )
260
- - [ VideoSessionDevice] ( https://github.com/apivideo/api.video-nodejs-client/blob/main/docs/model/VideoSessionDevice.md )
261
- - [ VideoSessionLocation] ( https://github.com/apivideo/api.video-nodejs-client/blob/main/docs/model/VideoSessionLocation.md )
262
- - [ VideoSessionOs] ( https://github.com/apivideo/api.video-nodejs-client/blob/main/docs/model/VideoSessionOs.md )
263
- - [ VideoSessionReferrer] ( https://github.com/apivideo/api.video-nodejs-client/blob/main/docs/model/VideoSessionReferrer.md )
264
- - [ VideoSessionSession] ( https://github.com/apivideo/api.video-nodejs-client/blob/main/docs/model/VideoSessionSession.md )
265
263
- [ VideoSource] ( https://github.com/apivideo/api.video-nodejs-client/blob/main/docs/model/VideoSource.md )
266
264
- [ VideoSourceLiveStream] ( https://github.com/apivideo/api.video-nodejs-client/blob/main/docs/model/VideoSourceLiveStream.md )
267
265
- [ VideoSourceLiveStreamLink] ( https://github.com/apivideo/api.video-nodejs-client/blob/main/docs/model/VideoSourceLiveStreamLink.md )
0 commit comments