Blogger API (blogger:v3)

2022-12-21

3 updated methods

Updates

    Methods
  • blogger.posts.list

      Parameters:

        sortOption

          Location: query

          Default: DESCENDING

          Enum Descriptions:

        • The unspecified sort option.
        • The option to sort posts in descending order in time.
        • The option to sort posts in ascending order in time.
        • Enum:

        • SORT_OPTION_UNSPECIFIED
        • DESCENDING
        • ASCENDING
        • Description: Sort direction applied to post list.

          Type: string

  • blogger.posts.delete

      Parameters:

        useTrash

          Type: boolean

          Location: query

          Description: Move to Trash if possible

  • blogger.pages.delete

      Parameters:

        useTrash

          Type: boolean

          Description: Move to Trash if possible

          Location: query