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

1.6 KiB
Raw Blame History

ListPostsRequest

Example Usage

import { ListPostsRequest } from "@lukehagar/discoursejs/sdk/models/operations";

let value: ListPostsRequest = {
  apiKey: "<value>",
  apiUsername: "<value>",
};

Fields

Field Type Required Description
apiKey string ✔️ N/A
apiUsername string ✔️ N/A
before string Load posts with an id lower than this value. Useful for pagination.