UNPKG

zaccl

Version:

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

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