mirror of
https://github.com/classchartsapi/classcharts-api-js.git
synced 2026-05-14 11:58:13 +00:00
chore: add discord link
This commit is contained in:
parent
6b5d0a2228
commit
117b2fb303
1 changed files with 2 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
||||||
A very WIP client for the classcharts API
|
A very WIP client for the classcharts API
|
||||||
|
|
||||||
[Documentation](https://jamesatjaminit.github.io/classcharts-api/index.html)
|
[Documentation](https://jamesatjaminit.github.io/classcharts-api/index.html)
|
||||||
|
[Discord Server](https://discord.gg/985yaqxPuy)
|
||||||
# Examples
|
# Examples
|
||||||
|
|
||||||
```typescript
|
```typescript
|
||||||
|
|
@ -13,6 +13,7 @@ async function main() {
|
||||||
await client.init();
|
await client.init();
|
||||||
console.log(
|
console.log(
|
||||||
await client.getBehaviour({
|
await client.getBehaviour({
|
||||||
|
// Note: dates are in the American format
|
||||||
from: "2020-12-23",
|
from: "2020-12-23",
|
||||||
to: "2022-03-09",
|
to: "2022-03-09",
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue