1-866-946-2155


Code Libraries

In addition to documentation and code samples, Twistage provides full client code libraries, currently in Ruby, PHP and Java, that make it trivial to call the Twistage APIs from within those programming languages. API calls are made as standard HTTP requests conforming to the REST specification, so developers can call them from any programming language with ease. The code libraries simplify this even further. For example, to upload a set of videos or get a list of videos matching a set of criteria, instead of requiring the programmer to manage the HTTP request and result parsing, Twistage code libraries enable calling a single method on an API class, reducing the work to a single line of code. That method calls the correct Twistage API and returns the data as a parsed object tree, letting the developer focus on higher level business logic rather than interaction with the Twistage backend.