-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
19d9474
commit 16f44aa
Showing
30 changed files
with
295 additions
and
87 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
3c9f9d1c48428c25a16b809ddeab072c978d6d1c689903a76e3d66a69a36a233 | ||
60f0244bcbcbd6ac38a5878a1e8b801934e4014b4417fdccad9b5ad7d8ac7f35 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,8 +5,8 @@ Pod::Spec.new do |s| | |
s.tvos.deployment_target = '10.0' | ||
# Add back when CocoaPods/CocoaPods#11558 is released | ||
#s.watchos.deployment_target = '3.0' | ||
s.version = '1.3.5' | ||
s.source = { :git => 'https://github.com/apivideo/api.video-swift-client', :tag => 'v1.3.5' } | ||
s.version = '1.3.6' | ||
s.source = { :git => 'https://github.com/apivideo/api.video-swift-client', :tag => 'v1.3.6' } | ||
s.authors = { 'Ecosystem Team' => '[email protected]' } | ||
s.license = { :type => 'MIT' } | ||
s.homepage = 'https://docs.api.video' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 7 additions & 0 deletions
7
Tests/TestResources/payloads/analytics/getAggregatedMetrics/responses/400-2.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"type" : "https://docs.api.video/reference/request-invalid-query-parameter", | ||
"title" : "A query parameter is invalid.", | ||
"status" : 400, | ||
"detail" : "This value should not contain more than 2048 characters.", | ||
"name" : "filterBy[referrer]" | ||
} |
7 changes: 7 additions & 0 deletions
7
Tests/TestResources/payloads/analytics/getAggregatedMetrics/responses/400-3.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"type" : "https://docs.api.video/reference/request-invalid-query-parameter", | ||
"title" : "A query parameter is invalid.", | ||
"status" : 400, | ||
"detail" : "This view duration is invalid. Use one of \"3s\", \"5s\", \"10s\", \"30s\".", | ||
"name" : "viewDuration" | ||
} |
7 changes: 7 additions & 0 deletions
7
Tests/TestResources/payloads/analytics/getMetricsBreakdown/responses/400-2.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"type" : "https://docs.api.video/reference/request-invalid-query-parameter", | ||
"title" : "A query parameter is invalid.", | ||
"status" : 400, | ||
"detail" : "This value should not contain more than 2048 characters.", | ||
"name" : "filterBy[referrer]" | ||
} |
7 changes: 7 additions & 0 deletions
7
Tests/TestResources/payloads/analytics/getMetricsBreakdown/responses/400-3.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"type" : "https://docs.api.video/reference/request-invalid-query-parameter", | ||
"title" : "A query parameter is invalid.", | ||
"status" : 400, | ||
"detail" : "This view duration is invalid. Use one of \"3s\", \"5s\", \"10s\", \"30s\".", | ||
"name" : "viewDuration" | ||
} |
7 changes: 7 additions & 0 deletions
7
Tests/TestResources/payloads/analytics/getMetricsOverTime/responses/400-2.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"type" : "https://docs.api.video/reference/request-invalid-query-parameter", | ||
"title" : "A query parameter is invalid.", | ||
"status" : 400, | ||
"detail" : "This interval is invalid. Use one of \"minute\", \"hour\", \"day\".", | ||
"name" : "interval" | ||
} |
7 changes: 7 additions & 0 deletions
7
Tests/TestResources/payloads/analytics/getMetricsOverTime/responses/400-3.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"type" : "https://docs.api.video/reference/request-invalid-query-parameter", | ||
"title" : "A query parameter is invalid.", | ||
"status" : 400, | ||
"detail" : "This interval cannot be used with a timeframe over 60 minutes.", | ||
"name" : "interval" | ||
} |
7 changes: 7 additions & 0 deletions
7
Tests/TestResources/payloads/analytics/getMetricsOverTime/responses/400-4.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"type" : "https://docs.api.video/reference/request-invalid-query-parameter", | ||
"title" : "A query parameter is invalid.", | ||
"status" : 400, | ||
"detail" : "This value should not contain more than 2048 characters.", | ||
"name" : "filterBy[referrer]" | ||
} |
7 changes: 7 additions & 0 deletions
7
Tests/TestResources/payloads/analytics/getMetricsOverTime/responses/400-5.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"type" : "https://docs.api.video/reference/request-invalid-query-parameter", | ||
"title" : "A query parameter is invalid.", | ||
"status" : 400, | ||
"detail" : "This view duration is invalid. Use one of \"3s\", \"5s\", \"10s\", \"30s\".", | ||
"name" : "viewDuration" | ||
} |
Oops, something went wrong.