Skip to content

Instantly share code, notes, and snippets.

View neerav's full-sized avatar

Neerav D. neerav

View GitHub Profile
@neerav
neerav / WebinarJam.php
Last active February 2, 2018 18:57 — forked from coryjthompson/WebinarJam.php
WebinarJam API Class written in PHP
<?php
/**
* Class WebinarJam
* Implements the WebinarJam API as documented
* https://d3kcv4e58tsh6h.cloudfront.net/api/WebinarJamAPI.pdf
* Created Date : 03/02/2018
*/
class WebinarJam {
public static $API_URL = 'https://webinarjam.genndi.com/api/';