mediumroast_api
Version:
Mediumroast for Git(Hub) SDK covering all categories of function.
13 lines (12 loc) • 423 B
JavaScript
/**
* 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';