Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

ColdFusion WebEx API wrapper

ColdFusion wrapper for the WebEx API

Installation

Copy the 'webex' folder into your webroot.

Usage

Create a WebEx client in the application scope.

    <cfset application.webEx = CreateObject("component","webex.WebEx").init("username", "password", "sitename") />

After creating the client, you can start to make requests.

<cfset eventXml = application.webex.lstSummaryEvent() />
<cfset events = application.webex.deserializeResponse( eventXml ) />

Available Methods

  • getUser
  • getAPIVersion
  • lstRecording
  • getSessionInfo
  • getEvent
  • lstSummaryEvent
  • lstSummaryProgram
  • createMeetingAttendee
  • delMeetingAttendee
  • getEnrollmentInfo
  • lstMeetingAttendee
  • registerMeetingAttendee

About

Simple ColdFusion wrapper for the Cisco WebEx API

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors