You are here

function emvideo_guba_request in Embedded Media Field 6.3

Same name and namespace in other branches
  1. 6 contrib/emvideo/providers/guba.inc \emvideo_guba_request()

File

contrib/emvideo/providers/guba.inc, line 24
Provide support for the Guba provider to the emfield.module.

Code

function emvideo_guba_request($method, $args = array(), $cached = TRUE) {

  //$args = array('docid' => $embed);
  return module_invoke('emfield', 'request_xml', 'guba', "http://www.guba.com/rest/video/" . $method . "/details", $args, $cacheable);
}