/** * A class for authenticating and talking to the mediumroast.io backend * @author Michael Hay <michael.hay@mediumroast.io> * @file gitHubServer.js * @copyright 2025 Mediumroast, Inc. All rights reserved. * @license Apache-2.0 * @version 3.0.0 * * @exports {Studies, Companies, Interactions, Users, Storage, Actions} */ // Simply re-export everything from the index.js export * from './gitHubServer/index.js';