mirror of
https://github.com/classchartsapi/classcharts-api-js.git
synced 2026-05-14 11:58:13 +00:00
Revert "Added Parent support"
This commit is contained in:
parent
0eb5d1dae4
commit
eafd6696e3
39 changed files with 120 additions and 3983 deletions
|
|
@ -8,9 +8,9 @@ A API client for Classcharts
|
|||
### Documentation is very much WIP, better documentation is planned :D
|
||||
For any help with the lib, please join the discord!
|
||||
```typescript
|
||||
import { ClasschartsStudentClient } from "classcharts-api";
|
||||
import { ClasschartsClient } from "classcharts-api";
|
||||
async function main() {
|
||||
const client = new ClasschartsStudentClient("classchartsCode", "01/1/2000");
|
||||
const client = new ClasschartsClient("classchartsCode", "01/1/2000");
|
||||
await client.init();
|
||||
console.log(
|
||||
await client.getBehaviour({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue