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

PostsGetByPathOptions

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

Additional options for Blogger#postsGetByPath.

interface PostsGetByPathOptions {
maxComments?: number;
path: string;
view?:
| "VIEW_TYPE_UNSPECIFIED"
| "READER"
| "AUTHOR"
| "ADMIN";
}

§Properties

§
maxComments?: number
[src]
§
path: string
[src]
§
view?: "VIEW_TYPE_UNSPECIFIED" | "READER" | "AUTHOR" | "ADMIN"
[src]