mirror of
https://github.com/classchartsapi/classcharts-api-js.git
synced 2026-05-14 11:58:13 +00:00
Change clientstudent to studentclient and the smae for parent, generated docs
This commit is contained in:
parent
4631b7f35e
commit
4f5e091d9f
33 changed files with 168 additions and 87 deletions
|
|
@ -7,9 +7,9 @@ A very WIP client for the classcharts API
|
|||
# Examples
|
||||
|
||||
```typescript
|
||||
import { ClasschartsClientStudent } from "classcharts-api";
|
||||
import { ClasschartsStudentClient } from "classcharts-api";
|
||||
async function main() {
|
||||
const client = new ClasschartsClientStudent("classchartsCode", "01/1/2000");
|
||||
const client = new ClasschartsStudentClient("classchartsCode", "01/1/2000");
|
||||
await client.init();
|
||||
console.log(
|
||||
await client.getBehaviour({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue