You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[**`getTag`**](./src/tags/index.ts#L17)| Retrieves details for a specific AO3 tag. |`{ tagName: string }` - Name of the tag. |[`Promise<Tag>`](./types/entities.ts)|
27
-
|[**`getTagNameById`**](./src/tags/index.ts#L24)| Gets tag name based on its ID. |`{ tagId: string }` - Tag ID to look up. |`Promise<string>`|
28
-
|[**`getWork`**](./src/works/index.ts#L20)| Fetches metadata for an AO3 work. |`{ workId: string, chapterId?: string }` - The work ID, with optional chapter ID. |[`Promise<WorkSummary>`](./types/entities.ts#L20)\|[`Promise<LockedWorkSummary>`](./types/entities.ts#L45)|
29
-
|[**`getWorkWithChapters`**](./src/works/index.ts#L53)| Fetches a work and its chapter list. |`{ workId: string }` - The ID of the work. |[`Promise<{ title: string; authors: Author[] \| Anonymous; workId: string; chapters: Chapter[] }>`](./types/entities.ts)|
30
-
|[**`getSeries`**](./src/series/index.ts#L17)| Retrieves details for a specific series. |`{ seriesId: string }` - The ID of the series. |[`Promise<Series>`](./types/entities.ts)|
31
-
|[**`getUser`**](./src/users/index.ts#L15)| Fetches profile information for a user. |`{ username: string }` - Username of the user to fetch. |[`Promise<User>`](./types/entities.ts)|
32
-
|[**`setFetcher`**](./src/fetcher.ts#L5)| Sets a custom fetch function for requests. |`{ fetcher: typeof fetch }` - Custom fetch function. |`void`|
|[**`getTag`**](https://github.com/FujoWebDev/AO3.js/tree/main/src/tags/index.ts#L17)| Retrieves details for a specific AO3 tag. |`{ tagName: string }` - Name of the tag. |[`Promise<Tag>`](https://github.com/FujoWebDev/AO3.js/tree/main/types/entities.ts)|
27
+
|[**`getTagNameById`**](https://github.com/FujoWebDev/AO3.js/tree/main/src/tags/index.ts#L24)| Gets tag name based on its ID. |`{ tagId: string }` - Tag ID to look up. |`Promise<string>`|
28
+
|[**`getWork`**](https://github.com/FujoWebDev/AO3.js/tree/main/src/works/index.ts#L20)| Fetches metadata for an AO3 work. |`{ workId: string, chapterId?: string }` - The work ID, with optional chapter ID. |[`Promise<WorkSummary>`](https://github.com/FujoWebDev/AO3.js/tree/main/types/entities.ts#L20)\|[`Promise<LockedWorkSummary>`](https://github.com/FujoWebDev/AO3.js/tree/main/types/entities.ts#L45)|
29
+
|[**`getWorkWithChapters`**](https://github.com/FujoWebDev/AO3.js/tree/main/src/works/index.ts#L53)| Fetches a work and its chapter list. |`{ workId: string }` - The ID of the work. |[`Promise<{ title: string; authors: Author[] \| Anonymous; workId: string; chapters: Chapter[] }>`](https://github.com/FujoWebDev/AO3.js/tree/main/types/entities.ts)|
30
+
|[**`getSeries`**](https://github.com/FujoWebDev/AO3.js/tree/main/src/series/index.ts#L17)| Retrieves details for a specific series. |`{ seriesId: string }` - The ID of the series. |[`Promise<Series>`](https://github.com/FujoWebDev/AO3.js/tree/main/types/entities.ts)|
31
+
|[**`getUser`**](https://github.com/FujoWebDev/AO3.js/tree/main/src/users/index.ts#L15)| Fetches profile information for a user. |`{ username: string }` - Username of the user to fetch. |[`Promise<User>`](https://github.com/FujoWebDev/AO3.js/tree/main/types/entities.ts)|
32
+
|[**`setFetcher`**](https://github.com/FujoWebDev/AO3.js/tree/main/src/fetcher.ts#L5)| Sets a custom fetch function for requests. |`{ fetcher: typeof fetch }` - Custom fetch function. |`void`|
0 commit comments