1
0
Fork 0
mirror of https://github.com/classchartsapi/classcharts-api-js.git synced 2026-05-14 03:56:59 +00:00

add info box to un meta

This commit is contained in:
James Cook 2023-05-04 22:38:41 +01:00
parent 451f80062c
commit b599e6d74d

View file

@ -36,7 +36,13 @@ For any help with the library, please join the [discord](https://discord.gg/DTcw
```bash
npm install classcharts-api # npm
```
```bash
yarn add classcharts-api # yarn
```
```bash
pnpm add classcharts-api # pnpm
```
@ -230,6 +236,8 @@ console.log(badges);
## `.getAnnouncements`
?> This method does not include `meta` in the response, since I do not have access to this endpoint to test it. If you have access to this endpoint, please open a PR to add the `meta` response. Thanks!
Gets all announcements.
```typescript
@ -239,6 +247,8 @@ console.log(announcements);
## `.getDetentions`
?> This method does not include `meta` in the response, since I do not have access to this endpoint to test it. If you have access to this endpoint, please open a PR to add the `meta` response. Thanks!
Gets all detentions.
```typescript
@ -248,6 +258,8 @@ console.log(detentions);
## `.getAttendance`
?> This method does not include `meta` in the response, since I do not have access to this endpoint to test it. If you have access to this endpoint, please open a PR to add the `meta` response. Thanks!
Gets attendance.
```typescript