All Projects → DolbyIO → media-api-samples

DolbyIO / media-api-samples

Licence: BSD-3-Clause license
Sample Code | Media APIs | Dolby.io

Programming Languages

python
139335 projects - #7 most used programming language
javascript
184084 projects - #8 most used programming language
Jupyter Notebook
11667 projects
shell
77523 projects

Projects that are alternatives of or similar to media-api-samples

strava-postman-collection
Postman collection for Strava v3 REST API.
Stars: ✭ 17 (-15%)
Mutual labels:  postman
node-server-template
This is Node.js server tidy template / boilerplate with Express (with asyncified handlers, custom error handler) framework and MongoDb. The server use ES6 and above. On different branches you can see different techniques' and technologies' usage, such as Kafka, nodemailer, file download... You also can find postman collections.
Stars: ✭ 116 (+480%)
Mutual labels:  postman
postman-webex
Postman collections for Webex REST APIs
Stars: ✭ 97 (+385%)
Mutual labels:  postman
meteorman
A DDP client with GUI (The Postman for Meteor)
Stars: ✭ 51 (+155%)
Mutual labels:  postman
Newman-to-Slack
Runs a Newman test script and outputs the summary to a Slack webhook
Stars: ✭ 26 (+30%)
Mutual labels:  postman
laravel-api
A repository containing a starter kit that can help you develop api in your Laravel applications.
Stars: ✭ 25 (+25%)
Mutual labels:  postman
uvm
Universal Virtual Machine for Node and Browser
Stars: ✭ 29 (+45%)
Mutual labels:  postman
httpyac
Command Line Interface for *.http and *.rest files. Connect with http, gRPC, WebSocket and MQTT
Stars: ✭ 103 (+415%)
Mutual labels:  postman
postman-to-k6
Converts Postman collections to k6 script code
Stars: ✭ 269 (+1245%)
Mutual labels:  postman
postman-runtime
www.postman.com/downloads
Stars: ✭ 160 (+700%)
Mutual labels:  postman
trello-postman-collection
A Postman collection for Trello REST API
Stars: ✭ 20 (+0%)
Mutual labels:  postman
education
Knowledge base of OmiSoft.net
Stars: ✭ 18 (-10%)
Mutual labels:  postman
kb-proxy
kb-proxy 是一个可本地部署的、提供代理功能、接口测试管理、支持在线Mock、Host环境管理的在线工具平台。
Stars: ✭ 52 (+160%)
Mutual labels:  postman
oraclesolaris-contrib
oraclesolaris-contrib is a repository focussed on the Oracle Solaris 11.4 StatsStore, using methodologies like REST to connect to Oracle Solaris 11.4 and the new features being introduced in Oracle Solaris 11.4 OS.
Stars: ✭ 46 (+130%)
Mutual labels:  postman
PostmanCollection
PlayFab Postman Collection
Stars: ✭ 32 (+60%)
Mutual labels:  postman
pmpact
A command line tool to convert Pact files to Postman collections.
Stars: ✭ 15 (-25%)
Mutual labels:  postman
reky
Reky is an opensource API development platform. It automatically visualizes API response with outstanding graphs & tables.
Stars: ✭ 22 (+10%)
Mutual labels:  postman
postman-to-markdown
Generate documentation in markdown from postman documentation.
Stars: ✭ 30 (+50%)
Mutual labels:  postman
awesome-newman-html-template
😎 A newman html report very detailed
Stars: ✭ 63 (+215%)
Mutual labels:  postman
jersey-jwt-springsecurity
Example of REST API with JWT authentication using Spring Boot, Spring Security, Jersey and Jackson.
Stars: ✭ 44 (+120%)
Mutual labels:  postman

Dolby.io Media Processing API Samples

This repository contains a collection of samples for how to make API calls or create simple media workflows.

Check the language specific README files for additional instructions.

API Key

If you don't have a developer account please visit the website and sign up to get an API Key.

https://dolby.io/products/media-processing

Environment Variables

Most of these samples expect you to define environment variables so that you don't have to put your API Key into source code. To make this easier we've included an example bash script to initialize these variables. This is optional and just provided as a convenience. You can edit the samples to meet your needs.

Recommended Workflow

  1. Copy "env.sh" to "my-env.sh"
  2. Replace variable with your API Key
  3. Execute ". my-env.sh" to initialize these variables into your environment

If you are not using a bash shell you'll need to change this to be correct for your working environment.

Terms and Contributing

See the LICENSE for details on terms of use as well as broader terms from Dolby.io. If you find any issues please create an issue in the GitHub repository. If you fork or want to contribute please contact us at [email protected] so that we can get a contributor agreement in place. Please reference this repository.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].