classcharts-api
Advanced tools
Comparing version 0.0.8 to 0.0.9
@@ -0,1 +1,2 @@ | ||
import { RequestOptions } from 'undici/types/dispatcher'; | ||
import { ActivityResponse, BehaviourResponse, GetActivityOptions, GetBehaviourOptions, GetHomeworkOptions, GetLessonsOptions, HomeworksResponse, LessonsResponse, Student } from '../types'; | ||
@@ -18,3 +19,3 @@ /** | ||
constructor(studentCode: string, dateOfBirth?: string); | ||
private makeAuthedRequest; | ||
makeAuthedRequest(path: string, options: Omit<RequestOptions, 'origin' | 'path'>): Promise<any>; | ||
/** | ||
@@ -21,0 +22,0 @@ * Initialises the client and authenticates with classcharts |
{ | ||
"name": "classcharts-api", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"description": "", | ||
@@ -29,2 +29,2 @@ "repository": { | ||
"types": "./dist/index.d.ts" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
32511
687