🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

xcezx-veoh

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xcezx-veoh

bundlerRubygems
Version
0.0.1
Version published
Maintainers
1
Created
Source

= Veoh

A simple interface to the Veoh REST API documented at http://www.veoh.com/rest/v2/doc.html

== About

Implements version 2 Veoh's API.

== Installing

Install the gem via:

% gem install veoh

== Usage

An example as:

require 'rubygems' require 'veoh'

veoh = Veoh.new :apiKey => 'Your API Key'

veoh.reflection.getAvailableCategories

results = veoh.call_method('veoh.reflection.getAvailableCategories')

veoh.search.getRecommended

results = veoh.call_method('veoh.search.getRecommended', { :type => 'video', :userToken => veoh.get_token( { :username => 'username', :password => 'p4ssw0rd' } ) } )

FAQs

Package last updated on 10 Aug 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts