Skip to content

Commit

Permalink
[DO NOT MERGE] Add Watch Data endpoints to OpenAPI spec
Browse files Browse the repository at this point in the history
  • Loading branch information
olivierapivideo committed Jun 5, 2024
1 parent f4b1c1f commit 442c0db
Show file tree
Hide file tree
Showing 31 changed files with 209 additions and 2,666 deletions.
106 changes: 47 additions & 59 deletions README.md

Large diffs are not rendered by default.

386 changes: 69 additions & 317 deletions api/openapi.yaml

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/AnalyticsApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Method | HTTP request | Description
Get play events for live stream

Retrieve filtered analytics about the number of plays for your live streams in a project.
Retrieve filtered analytics about the number of plays for your live streams in a project. This endpoint will be deprecated with the release of Analytics v2.0.

### Example
```java
Expand Down Expand Up @@ -103,7 +103,7 @@ Name | Type | Description | Notes
Get play events for video

Retrieve filtered analytics about the number of plays for your videos in a project.
Retrieve filtered analytics about the number of plays for your videos in a project. This endpoint will be deprecated with the release of Analytics v2.0.

### Example
```java
Expand Down
21 changes: 0 additions & 21 deletions docs/LiveStreamSession.md

This file was deleted.

19 changes: 0 additions & 19 deletions docs/LiveStreamSessionClient.md

This file was deleted.

19 changes: 0 additions & 19 deletions docs/LiveStreamSessionDevice.md

This file was deleted.

18 changes: 0 additions & 18 deletions docs/LiveStreamSessionLocation.md

This file was deleted.

19 changes: 0 additions & 19 deletions docs/LiveStreamSessionReferrer.md

This file was deleted.

18 changes: 0 additions & 18 deletions docs/LiveStreamSessionSession.md

This file was deleted.

18 changes: 18 additions & 0 deletions docs/UnrecognizedRequestUrl.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@


# UnrecognizedRequestUrl

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**type** | **String** | A link to the error documentation. | [optional]
**title** | **String** | A description of the error that occurred. | [optional]
**status** | **Integer** | The HTTP status code. | [optional]


## Implemented Interfaces

* Serializable


21 changes: 0 additions & 21 deletions docs/VideoSession.md

This file was deleted.

19 changes: 0 additions & 19 deletions docs/VideoSessionClient.md

This file was deleted.

19 changes: 0 additions & 19 deletions docs/VideoSessionDevice.md

This file was deleted.

18 changes: 0 additions & 18 deletions docs/VideoSessionLocation.md

This file was deleted.

19 changes: 0 additions & 19 deletions docs/VideoSessionOs.md

This file was deleted.

19 changes: 0 additions & 19 deletions docs/VideoSessionReferrer.md

This file was deleted.

19 changes: 0 additions & 19 deletions docs/VideoSessionSession.md

This file was deleted.

Loading

0 comments on commit 442c0db

Please sign in to comment.