Server-Side SDKs
Ziggeo SDKs to place on your server and utilize client and server to meet your specific needs.
Our server-side SDKs allow you to set up authorization tokens and handle videos in secure manner and to do it outside of influence of anyone visiting your pages - and of course they do so much more.
As all calls are private to your own server, your server and our servers are the only ones that know what is happening while the rest just see the fruits of their cooperation.
Now what we have done for you is that we have made all of our SDKs having same methods that you can call and use, which means that all you need to do is choose your flavor and add it to the server.
Since they are having same inputs and outputs, they are just like a simple module - you can easily switch to some other server side language and just download the new SDK and be on your way - no need to recode anything for our code and we will be adding many more SDKs over time.
Don't want to use SDK? That is all OK with us, the SDKs are just wrappers around our Ziggeo API that you can always use with simple HTTP requests for which you should check out our API section.
List of available server-side SDKs
Here is the list of all of the SDKs that you can download and use on your server
Here is the list of all of the SDKs that you can download and use on your server
-
PHP
Requirements: PHP 5.3
-
Python
Requirements: Python 2.7
-
Node.js
Requirements: Node.js 0.10.20
-
Ruby
Requirements: Ruby 1.9.3
-
Java
Requirements: Java 7
-
C#
Requirements: C# 4
Server-side SDK Header
The Ziggeo Sdk is easily integrated by adding one or two lines to your server application's code.
Use the simple tool bellow to see just how easy it is