Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

PostsGetOptions

import type { PostsGetOptions } from "https://googleapis.deno.dev/v1/blogger:v3.ts";

Additional options for Blogger#postsGet.

interface PostsGetOptions {
fetchBody?: boolean;
fetchImages?: boolean;
maxComments?: number;
view?:
| "VIEW_TYPE_UNSPECIFIED"
| "READER"
| "AUTHOR"
| "ADMIN";
}

§Properties

§
fetchBody?: boolean
[src]
§
fetchImages?: boolean
[src]
§
maxComments?: number
[src]
§
view?: "VIEW_TYPE_UNSPECIFIED" | "READER" | "AUTHOR" | "ADMIN"
[src]