We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b9515f commit 6436075Copy full SHA for 6436075
doc.go
@@ -2,25 +2,4 @@
2
//
3
// HTTP API for transcoding media files into different formats using pluggable
4
// providers.
5
-//
6
-// ## Currently supported providers
7
8
-// + [Amazon Elastic Transcoder](https://aws.amazon.com/elastictranscoder/)
9
-// + [Elemental Conductor](https://www.elementaltechnologies.com/products/elemental-conductor)
10
-// + [Encoding.com](http://api.encoding.com)
11
-// + [Zencoder](http://zencoder.com)
12
13
-// Schemes: http
14
-// BasePath: /
15
-// Version: 1.0.0
16
-// License: Apache 2.0 http://www.apache.org/licenses/LICENSE-2.0.html
17
18
-// Consumes:
19
-// - application/json
20
21
22
-// Produces:
23
24
25
-// swagger:meta
26
package main
0 commit comments