mirror of
https://github.com/LukeHagar/discoursejs.git
synced 2025-12-06 20:37:49 +00:00
2.7 KiB
2.7 KiB
ListLatestTopicsRequest
Example Usage
import { ListLatestTopicsRequest } from "@lukehagar/discoursejs/sdk/models/operations";
let value: ListLatestTopicsRequest = {
apiKey: "<value>",
apiUsername: "<value>",
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
apiKey |
string | ✔️ | N/A |
apiUsername |
string | ✔️ | N/A |
ascending |
string | ➖ | Defaults to desc, add ascending=true to sort asc |
order |
string | ➖ | Enum: default, created, activity, views, posts, category, likes, op_likes, posters |