interface MediumNodeParameters {
additionalFields?: {
canonicalUrl?: string;
license?:
| "all-rights-reserved"
| "cc-40-by"
| "cc-40-by-nc"
| "cc-40-by-nc-nd"
| "cc-40-by-nc-sa"
| "cc-40-by-nd"
| "cc-40-by-sa"
| "cc-40-zero"
| "public-domain";
notifyFollowers?: boolean;
publishStatus?: "public"
| "draft"
| "unlisted";
tags?: string;
};
authentication?: "oAuth2"
| "accessToken";
content?: string;
contentFormat?: "html" | "markdown";
limit?: number;
operation?: "create" | "getAll";
publication?: boolean;
publicationId?: string;
resource?: "post" | "publication";
returnAll?: boolean;
title?: string;
}
Properties§
Source§readonly additional Fields?: {
canonicalUrl?: string;
license?:
| "all-rights-reserved"
| "cc-40-by"
| "cc-40-by-nc"
| "cc-40-by-nc-nd"
| "cc-40-by-nc-sa"
| "cc-40-by-nd"
| "cc-40-by-sa"
| "cc-40-zero"
| "public-domain";
notifyFollowers?: boolean;
publishStatus?: "public"
| "draft"
| "unlisted";
tags?: string;
}
readonly additional Fields?: {
canonicalUrl?: string;
license?:
| "all-rights-reserved"
| "cc-40-by"
| "cc-40-by-nc"
| "cc-40-by-nc-nd"
| "cc-40-by-nc-sa"
| "cc-40-by-nd"
| "cc-40-by-sa"
| "cc-40-zero"
| "public-domain";
notifyFollowers?: boolean;
publishStatus?: "public"
| "draft"
| "unlisted";
tags?: string;
}
Source§readonly content?: string
readonly content?: string
The body of the post, in a valid semantic HTML fragment, or Markdown
Source§readonly limit?: number
readonly limit?: number
Max number of results to return Default: 100 Type options: {"minValue":1,"maxValue":200}
Source§readonly publication Id?: string
readonly publication Id?: string
Publication IDs. Choose from the list, or specify an ID using an expression. Type options: {"loadOptionsMethod":"getPublications"}
Default: {}