1
0
Fork 0
mirror of https://github.com/classchartsapi/classcharts-api-js.git synced 2026-05-14 11:58:13 +00:00

Update parentClient.ts

import  fetch  from "node-fetch";
 to parent
This commit is contained in:
ChrisPhillips-cminion 2023-11-05 22:43:29 +00:00 committed by GitHub
parent f58e6c4fc2
commit ee2de41b50
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
*/ */