From a09d1df017d428cad9d71e50ffdd52d5c2ecd82c Mon Sep 17 00:00:00 2001 From: Javier Caballero Date: Thu, 23 Nov 2017 11:45:59 +0100 Subject: [PATCH] Updating the URL for the API LogMeIn has deprecated the URL for api.citrixonline.com and it should be api.getgo.com. More info: https://support.logmeininc.com/account-update-faqs#api-integration-updates --- gotowebinar/gotowebinar.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gotowebinar/gotowebinar.py b/gotowebinar/gotowebinar.py index 10d5ff5..c98261e 100644 --- a/gotowebinar/gotowebinar.py +++ b/gotowebinar/gotowebinar.py @@ -3,10 +3,10 @@ class GoToWebinarAPI(object): - host = "api.citrixonline.com" + host = "api.getgo.com" base_path = "/G2W/rest" protocol = "https" - authorize_url = "https://api.citrixonline.com/oauth/access_token" + authorize_url = "https://api.getgo.com/oauth/access_token" def __init__(self): self.access_token = ""