This project is under active development.

CallFire SDK

This module loads CallFire's PHP SDK into Drupal, and provides a configuration interface and helper functions for creating REST and SOAP clients.

Installation

Releases of this module are available through the GitHub repository as zipballs.

Copy the link to the version of the library you would like to install, and paste this in the appropriate text entry on the module installation page of your Drupal project.

Alternatively, download and extract the zip file into the sites/all/modules/ directory of your Drupal project.

Configuration

The SDK client can be configured from the administration interface of your Drupal project by navigating to Administration -> Configuration -> Web Services -> CallFire.

From there, you can enter your API login and password.

Basic Usage

Having successfully configured your API credentials in your Drupal installation, you can make use of the callfire_sdk_rest_client and callfire_sdk_soap_client helpers to create REST or SOAP clients, respectively. The first parameter to either of these functions is the type of client you wish to create, e.g.:

<?php
$client = callfire_sdk_rest_client('Broadcast');
$request = $client::request('QueryBroadcasts');

OAuth 23Video

The module provide a functionality for Media 23Video

Required by:
Media 23Video

Analytics reporting

Methods for creating and managing albums and channels.

/api/analytics/report/event: Report an event to the analytics engine.
/api/analytics/report/play: Report a playback to the analytics engine.

Albums or channels

Methods for creating and managing albums and channels.

/api/album/create: Create a new channel or album
/api/album/delete: Delete a channel or album
/api/album/list: List and search through channels or albums
/api/album/update: Update the meta data of a channel or album

Attachments

Methods for managing and querying video files attachments.

/api/photo/attachment/list: Return a list of files attached to a video.
Comments

Methods for listing and managing comments.

/api/comment/add: Add a comment
/api/comment/delete: Delete an existing comment
/api/comment/list: List or search for comments
Coordinates (or maps)

Methods for managing and listing geographic coordanates and maps associates with photos or videos.

/api/photo/coordinate/add: Add a new geographic coordinate to a photo or video.

Media 23Video auth

Drupal 7
Module integrates with the 23Video service

Helper Tools

This module contains some useful functions for Drupal developers.

Previous/Next Navigation

This module provides a Previous/Next type of navigation for node entity type. It integrates with Weight module.

To use it simply:

Pages

Subscribe with RSS Subscribe to RSS - Under active development