UNPKG

@heknon/node-webtop

Version:

A Backend for an unofficial WebTop (SmartSchool - Israel) API.

15 lines (10 loc) 239 B
import Client from './Client'; import { apiAccessor, baseApiUrl, baseUrl, routes, defaultApiRoutes } from './apiConfig'; module.exports = { Client, apiAccessor, baseApiUrl, baseUrl, routes, defaultApiRoutes }