-
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
olivierapivideo
authored
Oct 8, 2024
1 parent
e8ce368
commit 14cd125
Showing
24 changed files
with
166 additions
and
12 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 @@ | ||
49fece4f39cb92341dc77e0eb7371a152903bf6aebcfa250d289efc9018b0f72 | ||
408ded0eac343dc4e06f2885cbfff90ed5b358f8841ee006d063b93ab0fb7f9b |
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.3' | ||
s.source = { :git => 'https://github.com/apivideo/api.video-swift-client', :tag => 'v1.3.3' } | ||
s.version = '1.3.4' | ||
s.source = { :git => 'https://github.com/apivideo/api.video-swift-client', :tag => 'v1.3.4' } | ||
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
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
File renamed without changes.
7 changes: 7 additions & 0 deletions
7
Tests/TestResources/payloads/videos/create/responses/400-1.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/invalid-attribute", | ||
"title" : "An attribute is invalid.", | ||
"status" : 400, | ||
"detail" : "The \"language\" attribute must contain only letters and dashes (for example \"fr\", \"fr-BE\").", | ||
"name" : "language" | ||
} |
7 changes: 7 additions & 0 deletions
7
Tests/TestResources/payloads/videos/create/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/invalid-attribute", | ||
"title" : "An attribute is invalid.", | ||
"status" : 400, | ||
"detail" : "The \"language\" attribute is not valid.", | ||
"name" : "language" | ||
} |
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
File renamed without changes.
7 changes: 7 additions & 0 deletions
7
Tests/TestResources/payloads/videos/update/responses/400-1.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/invalid-attribute", | ||
"title" : "An attribute is invalid.", | ||
"status" : 400, | ||
"detail" : "The \"language\" attribute must contain only letters and dashes (for example \"fr\", \"fr-BE\").", | ||
"name" : "language" | ||
} |
7 changes: 7 additions & 0 deletions
7
Tests/TestResources/payloads/videos/update/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/invalid-attribute", | ||
"title" : "An attribute is invalid.", | ||
"status" : 400, | ||
"detail" : "The \"language\" attribute is not valid.", | ||
"name" : "language" | ||
} |
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
Oops, something went wrong.