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
|`topAuthors(limit?)`| Fetches authors sorted by total views |`limit` (number, default `10`): number of authors to return (1–50) |`Author[]`||
138
-
|`authorPosts(tag, limit?, sort?)`| Retrieves published posts by a given author |`tag` (string): display name and profile ID (e.g., "jane-doe-123")<br>`limit` (number, default `10`)<br>`sort` ("newest", "most\_viewed", default "newest") |`Post[]`||
139
-
|`getTags(limit?)`| Returns tags with their associated post counts |`limit` (number, default `20`): number of tags (1–100) |`Tag[]`||
140
-
|`explore(search?, page?, limit?, sort?, tag?)`| Paginated list of articles with filtering and sorting |`search` (string)<br>`page` (number, default `1`)<br>`limit` (number, default `12`)<br>`sort` ("recommended", "newest", "most\_viewed", default "newest")<br>`tag` (string) |`Post[]`||
141
-
|`websiteInformation()`| Site statistics including last post, total views, posts, and authors |—|`SiteInformation`||
142
-
|`lastPosts(limit?)`| Fetches the most recent published posts |`limit` (number, default `10`) |`Post[]`||
143
-
|`qrCode(url)`| Generates a QR code image buffer for the specified URL |`url` (string): URL to encode |`Buffer`||
|`topAuthors(limit?)`| Fetches authors sorted by total views |`limit` (number, default `10`): number of authors to return (1–50) |`Author[]`|
138
+
|`authorPosts(tag, limit?, sort?)`| Retrieves published posts by a given author |`tag` (string): display name and profile ID (e.g., "jane-doe-123")<br>`limit` (number, default `10`)<br>`sort` ("newest", "most\_viewed", default "newest") |`Post[]`|
139
+
|`getTags(limit?)`| Returns tags with their associated post counts |`limit` (number, default `20`): number of tags (1–100) |`Tag[]`|
140
+
|`explore(search?, page?, limit?, sort?, tag?)`| Paginated list of articles with filtering and sorting |`search` (string)<br>`page` (number, default `1`)<br>`limit` (number, default `12`)<br>`sort` ("recommended", "newest", "most\_viewed", default "newest")<br>`tag` (string) |`Post[]`|
141
+
|`websiteInformation()`| Site statistics including last post, total views, posts, and authors |`---`|`SiteInformation`|
142
+
|`lastPosts(limit?)`| Fetches the most recent published posts |`limit` (number, default `10`) |`Post[]`|
143
+
|`qrCode(url)`| Generates a QR code image buffer for the specified URL |`url` (string): URL to encode |`Buffer`|
0 commit comments