mirror of
https://github.com/classchartsapi/classcharts-api-js.git
synced 2026-05-14 19:59:37 +00:00
Update parentClient.ts
import fetch from "node-fetch"; to parent
This commit is contained in:
parent
f58e6c4fc2
commit
ee2de41b50
1 changed files with 2 additions and 0 deletions
|
|
@ -3,6 +3,8 @@ import type { ChangePasswordResponse, GetPupilsResponse } from "../types.ts";
|
||||||
import { BaseClient } from "../core/baseClient.ts";
|
import { BaseClient } from "../core/baseClient.ts";
|
||||||
import { API_BASE_PARENT, BASE_URL } from "../utils/consts.ts";
|
import { API_BASE_PARENT, BASE_URL } from "../utils/consts.ts";
|
||||||
import { parseCookies } from "../utils/utils.ts";
|
import { parseCookies } from "../utils/utils.ts";
|
||||||
|
import fetch from "node-fetch";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Parent Client
|
* Parent Client
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue