mirror of
https://github.com/LukeHagar/discoursejs.git
synced 2025-12-06 12:27:48 +00:00
1.6 KiB
1.6 KiB
ListTopTopicsRequest
Example Usage
import { ListTopTopicsRequest } from "@lukehagar/discoursejs/sdk/models/operations";
let value: ListTopTopicsRequest = {
apiKey: "<value>",
apiUsername: "<value>",
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
apiKey |
string | ✔️ | N/A |
apiUsername |
string | ✔️ | N/A |
period |
string | ➖ | Enum: all, yearly, quarterly, monthly, weekly, daily |