HTTParty 0.14 now normalizes the base URI to remove the trailing slash. Since the get(...) commands in the GoToWebinar library don't use starting forward slashes, it now tries to request urls such as:
https://api.citrixonline.com/G2W/rest/organizers/300000000000000000historicalWebinars?fromTime=2016-01-01&toTime=2016-06-01
(Note the missing slash between the organizer number and historicalWebinars)
I would submit a pull-request but based on this library not being touched in 4 years I'm not going to bother (I just switched to using HTTParty directly instead of using this wrapper). This is more to help anyone else who had this library recently break.
HTTParty 0.14 now normalizes the base URI to remove the trailing slash. Since the
get(...)commands in the GoToWebinar library don't use starting forward slashes, it now tries to request urls such as:(Note the missing slash between the organizer number and
historicalWebinars)I would submit a pull-request but based on this library not being touched in 4 years I'm not going to bother (I just switched to using HTTParty directly instead of using this wrapper). This is more to help anyone else who had this library recently break.