Skip to content

A Python client for the Citrix ( GoToMeeting, GoToWebinar, etc. ) APIs.

Notifications You must be signed in to change notification settings

zholmquist/python-citrix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

python-citrix

A Python client for the Citrix ( GoToMeeting, GoToWebinar, etc. ) APIs.

Requires

  • requests

Authentication

The Citrix API uses the Direct Login method for authentication. See the docs for more information: https://developer.citrixonline.com/page/authentication-and-authorization

Usage

import gotowebinar

# Authorize
webinar = GoToWebinarAPI()
webinar.authorize("username","p@$$w0rD", 'api_key')

# Get Webinars
webinar.get_upcoming_webinars()

# Register User
registrant = {"firstName":"Zach", "lastName":"Holmquist", "email":"zholmquist@gmail.com", "organization":"Ender Labs"}
webinar.create_registrant("webinar_key", registrant)

About

A Python client for the Citrix ( GoToMeeting, GoToWebinar, etc. ) APIs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages