mirror of
https://github.com/LukeHagar/discoursejs.git
synced 2025-12-06 20:37:49 +00:00
678 B
678 B
GetTopicRequest
Example Usage
import { GetTopicRequest } from "@lukehagar/discoursejs/sdk/models/operations";
let value: GetTopicRequest = {
apiKey: "<value>",
apiUsername: "<value>",
id: "<id>",
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
apiKey |
string | ✔️ | N/A |
apiUsername |
string | ✔️ | N/A |
id |
string | ✔️ | N/A |