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: src/Api/EndpointsApi.php
+33-33Lines changed: 33 additions & 33 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
<?php
2
2
/**
3
-
* DefaultApi
3
+
* EndpointsApi
4
4
* PHP version 5
5
5
*
6
6
* @category Class
@@ -10,14 +10,14 @@
10
10
*/
11
11
12
12
/**
13
-
* shotstack
13
+
* Shotstack
14
14
*
15
-
* The Shotstack API is a video editing service that allows for the programatic creation of videos using JSON.
15
+
* The Shotstack API is a video editing service that allows for the programatic creation of videos using JSON. You can configure an edit and POST it to the Shotstack API which will render your video and provide a file location when complete. For more details check https://shotstack.io
16
16
*
17
17
* The version of the OpenAPI document: v1
18
18
*
19
19
* Generated by: https://openapi-generator.tech
20
-
* OpenAPI Generator version: 4.0.0
20
+
* OpenAPI Generator version: 4.2.1
21
21
*/
22
22
23
23
/**
@@ -40,14 +40,14 @@
40
40
useShotstack\Client\ObjectSerializer;
41
41
42
42
/**
43
-
* DefaultApi Class Doc Comment
43
+
* EndpointsApi Class Doc Comment
44
44
*
45
45
* @category Class
46
46
* @package Shotstack\Client
47
47
* @author OpenAPI Generator team
48
48
* @link https://openapi-generator.tech
49
49
*/
50
-
classDefaultApi
50
+
classEndpointsApi
51
51
{
52
52
/**
53
53
* @var ClientInterface
@@ -116,7 +116,7 @@ public function getConfig()
116
116
}
117
117
118
118
/**
119
-
* Operation gETRenderId
119
+
* Operation getRender
120
120
*
121
121
* @param string $id The id of the timeline render task in UUID format (required)
@@ -302,7 +302,7 @@ protected function gETRenderIdRequest($id)
302
302
);
303
303
}
304
304
if (!preg_match("/^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$/", $id)) {
305
-
thrownew \InvalidArgumentException("invalid value for \"id\" when calling DefaultApi.getRender, must conform to the pattern /^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$/.");
305
+
thrownew \InvalidArgumentException("invalid value for \"id\" when calling EndpointsApi.getRender, must conform to the pattern /^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$/.");
306
306
}
307
307
308
308
@@ -393,7 +393,7 @@ protected function gETRenderIdRequest($id)
Copy file name to clipboardExpand all lines: src/ApiException.php
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -10,14 +10,14 @@
10
10
*/
11
11
12
12
/**
13
-
* shotstack
13
+
* Shotstack
14
14
*
15
-
* The Shotstack API is a video editing service that allows for the programatic creation of videos using JSON.
15
+
* The Shotstack API is a video editing service that allows for the programatic creation of videos using JSON. You can configure an edit and POST it to the Shotstack API which will render your video and provide a file location when complete. For more details check https://shotstack.io
Copy file name to clipboardExpand all lines: src/Configuration.php
+9-5Lines changed: 9 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -10,14 +10,14 @@
10
10
*/
11
11
12
12
/**
13
-
* shotstack
13
+
* Shotstack
14
14
*
15
-
* The Shotstack API is a video editing service that allows for the programatic creation of videos using JSON.
15
+
* The Shotstack API is a video editing service that allows for the programatic creation of videos using JSON. You can configure an edit and POST it to the Shotstack API which will render your video and provide a file location when complete. For more details check https://shotstack.io
Copy file name to clipboardExpand all lines: src/HeaderSelector.php
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -10,14 +10,14 @@
10
10
*/
11
11
12
12
/**
13
-
* shotstack
13
+
* Shotstack
14
14
*
15
-
* The Shotstack API is a video editing service that allows for the programatic creation of videos using JSON.
15
+
* The Shotstack API is a video editing service that allows for the programatic creation of videos using JSON. You can configure an edit and POST it to the Shotstack API which will render your video and provide a file location when complete. For more details check https://shotstack.io
0 commit comments