Files
discoursejs/docs/sdk/models/operations/listlatesttopicsrequest.md

2.7 KiB
Raw Permalink Blame History

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