| Current Path : /var/www/podio-api-client/src/ |
| Current File : /var/www/podio-api-client/src/index.ts |
import api from './modules/api';
import { AppCredentials } from './types/podio.type';
import Authentication from './modules/Authentication';
export const podio = {
auth: (prop: AppCredentials) => new Authentication(prop),
api,
};