You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+19-17Lines changed: 19 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,14 +55,14 @@ api.video's Swift API client for iOS, macOS and tvOS streamlines the coding proc
55
55
Specify it in your `Cartfile`:
56
56
57
57
```
58
-
github "apivideo/api.video-swift-client" ~> 1.2.3
58
+
github "apivideo/api.video-swift-client" ~> 1.3.0
59
59
```
60
60
61
61
Run `carthage update`
62
62
63
63
#### CocoaPods
64
64
65
-
Add `pod 'ApiVideoClient', '1.2.3'` in your `Podfile`
65
+
Add `pod 'ApiVideoClient', '1.3.0'` in your `Podfile`
66
66
67
67
Run `pod install`
68
68
@@ -104,8 +104,9 @@ AnalyticsAPI
104
104
105
105
Method | HTTP request | Description
106
106
------------- | ------------- | -------------
107
-
[**getLiveStreamsPlays**](https://github.com/apivideo/api.video-swift-client/blob/main/docs/AnalyticsAPI.md#getLiveStreamsPlays) | **GET**`/analytics/live-streams/plays` | Get play events for live stream
108
-
[**getVideosPlays**](https://github.com/apivideo/api.video-swift-client/blob/main/docs/AnalyticsAPI.md#getVideosPlays) | **GET**`/analytics/videos/plays` | Get play events for video
[**getMetricsBreakdown**](https://github.com/apivideo/api.video-swift-client/blob/main/docs/AnalyticsAPI.md#getMetricsBreakdown) | **GET**`/data/buckets/{metric}/{breakdown}` | Retrieve metrics in a breakdown of dimensions
109
+
[**getMetricsOverTime**](https://github.com/apivideo/api.video-swift-client/blob/main/docs/AnalyticsAPI.md#getMetricsOverTime) | **GET**`/data/timeseries/{metric}` | Retrieve metrics over time
[**list**](https://github.com/apivideo/api.video-swift-client/blob/main/docs/LiveStreamsAPI.md#list) | **GET**`/live-streams` | List all live streams
165
166
[**uploadThumbnail**](https://github.com/apivideo/api.video-swift-client/blob/main/docs/LiveStreamsAPI.md#uploadThumbnail) | **POST**`/live-streams/{liveStreamId}/thumbnail` | Upload a thumbnail
166
167
[**deleteThumbnail**](https://github.com/apivideo/api.video-swift-client/blob/main/docs/LiveStreamsAPI.md#deleteThumbnail) | **DELETE**`/live-streams/{liveStreamId}/thumbnail` | Delete a thumbnail
168
+
[**complete**](https://github.com/apivideo/api.video-swift-client/blob/main/docs/LiveStreamsAPI.md#complete) | **PUT**`/live-streams/{liveStreamId}/complete` | Complete a live stream
0 commit comments