Skip to content

Commit c19c48d

Browse files
authored
Merge pull request #23 from shotstack/mux-destination
Add MUX destination
2 parents 7253999 + 695088d commit c19c48d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+2095
-778
lines changed

src/Api/EditApi.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
/**
1313
* Shotstack
1414
*
15-
* Shotstack is a video, image and audio editing service that allows for the automated generation of videos, images and audio using JSON and a RESTful API. You arrange and configure an edit and POST it to the API which will render your media and provide a file location when complete. For more details visit [shotstack.io](https://shotstack.io) or checkout our [getting started](https://shotstack.gitbook.io/docs/guides/getting-started) documentation. There are two main API's, one for editing and generating assets (Edit API) and one for managing hosted assets (Serve API). The Edit API base URL is: <b>https://api.shotstack.io/{version}</b> The Serve API base URL is: <b>https://api.shotstack.io/serve/{version}</b>
15+
* Shotstack is a video, image and audio editing service that allows for the automated generation of videos, images and audio using JSON and a RESTful API. You arrange and configure an edit and POST it to the API which will render your media and provide a file location when complete. For more details visit [shotstack.io](https://shotstack.io) or checkout our [getting started](https://shotstack.io/docs/guide/) documentation. There are two main API's, one for editing and generating assets (Edit API) and one for managing hosted assets (Serve API). The Edit API base URL is: <b>https://api.shotstack.io/{version}</b> The Serve API base URL is: <b>https://api.shotstack.io/serve/{version}</b>
1616
*
1717
* The version of the OpenAPI document: v1
1818
* Generated by: https://openapi-generator.tech
@@ -27,8 +27,6 @@
2727

2828
namespace Shotstack\Client\Api;
2929

30-
error_reporting(E_ALL & ~E_DEPRECATED);
31-
3230
use GuzzleHttp\Client;
3331
use GuzzleHttp\ClientInterface;
3432
use GuzzleHttp\Exception\RequestException;

0 commit comments

Comments
 (0)