UNPKG

zaccl

Version:

The Zoom App Complete Connection Library, a project that handles everything required to build a zoom-integrated app.

8 lines (6 loc) 182 B
/** * Suffix for Harvard apigee hostnames * @author Gabe Abrams */ const HARVARD_APIGEE_HOSTNAME_SUFFIX = 'apis.huit.harvard.edu'; export default HARVARD_APIGEE_HOSTNAME_SUFFIX;