mirror of
https://github.com/classchartsapi/classcharts-api-js.git
synced 2026-05-14 11:58:13 +00:00
style: rename client files
This commit is contained in:
parent
bf7b8949e3
commit
92ed2f1608
4 changed files with 5 additions and 5 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
export * from "./parent";
|
export * from "./parentClient";
|
||||||
export * from "./student";
|
export * from "./studentClient";
|
||||||
export * from "./types";
|
export * from "./types";
|
||||||
export * from "./dummyClient";
|
export * from "./dummyClient";
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
import Undici from "undici";
|
import Undici from "undici";
|
||||||
import type { GetPupilsResponse } from "./types";
|
import type { GetPupilsResponse } from "./types";
|
||||||
|
|
||||||
import { ClasschartsClient } from "./client";
|
import { ClasschartsClient } from "./baseClient";
|
||||||
import { API_BASE_PARENT, BASE_URL } from "./consts";
|
import { API_BASE_PARENT, BASE_URL } from "./consts";
|
||||||
/**
|
/**
|
||||||
* The base client
|
* The base client
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
import Undici from "undici";
|
import Undici from "undici";
|
||||||
import { API_BASE_STUDENT, BASE_URL } from "./consts";
|
import { API_BASE_STUDENT, BASE_URL } from "./consts";
|
||||||
import { ClasschartsClient } from "./client";
|
import { ClasschartsClient } from "./baseClient";
|
||||||
/**
|
/**
|
||||||
* The base client
|
* The base client
|
||||||
*/
|
*/
|
||||||
Loading…
Add table
Add a link
Reference in a new issue