i hate my life

Signed-off-by: mkljczk <git@mkljczk.pl>
This commit is contained in:
mkljczk
2025-01-02 16:37:49 +01:00
parent 4b5402aed3
commit bf4bfa0b4b
13 changed files with 369 additions and 553 deletions

View File

@@ -10,14 +10,7 @@ A JavaScript library for interacting with Mastodon API-compatible servers, focus
Example:
```ts
import {
ALL_SCHEMAS,
importSchemas,
PlApiClient,
type CreateApplicationParams,
} from 'pl-api';
importSchemas(ALL_SCHEMAS);
import { PlApiClient, type CreateApplicationParams } from 'pl-api';
const { ACCESS_TOKEN } = process.env;