Liking cljdoc? Tell your friends :D

happygapi.blogger.posts

Blogger API v3: posts. The Blogger API provides access to posts, comments and pages of a Blogger blog. See: https://developers.google.com/blogger/docs/3.0/getting_startedapi/reference/rest/v3/posts

Blogger API v3: posts.
The Blogger API provides access to posts, comments and pages of a Blogger blog.
See: https://developers.google.com/blogger/docs/3.0/getting_startedapi/reference/rest/v3/posts
raw docstring

delete$clj

(delete$ auth parameters)

https://developers.google.com/blogger/docs/3.0/getting_startedapi/reference/rest/v3/posts/delete

Required parameters: postId, blogId

Optional parameters: none

Deletes a post by blog id and post id.

https://developers.google.com/blogger/docs/3.0/getting_startedapi/reference/rest/v3/posts/delete

Required parameters: postId, blogId

Optional parameters: none

Deletes a post by blog id and post id.
raw docstring

get$clj

(get$ auth parameters)

https://developers.google.com/blogger/docs/3.0/getting_startedapi/reference/rest/v3/posts/get

Required parameters: blogId, postId

Optional parameters: fetchImages, view, maxComments, fetchBody

Gets a post by blog id and post id

https://developers.google.com/blogger/docs/3.0/getting_startedapi/reference/rest/v3/posts/get

Required parameters: blogId, postId

Optional parameters: fetchImages, view, maxComments, fetchBody

Gets a post by blog id and post id
raw docstring

getByPath$clj

(getByPath$ auth parameters)

https://developers.google.com/blogger/docs/3.0/getting_startedapi/reference/rest/v3/posts/getByPath

Required parameters: blogId, path

Optional parameters: maxComments, view

Gets a post by path.

https://developers.google.com/blogger/docs/3.0/getting_startedapi/reference/rest/v3/posts/getByPath

Required parameters: blogId, path

Optional parameters: maxComments, view

Gets a post by path.
raw docstring

insert$clj

(insert$ auth parameters body)

https://developers.google.com/blogger/docs/3.0/getting_startedapi/reference/rest/v3/posts/insert

Required parameters: blogId

Optional parameters: fetchBody, fetchImages, isDraft

Body:

{:labels [string], :titleLink string, :content string, :updated string, :images [{:url string}], :selfLink string, :etag string, :title string, :author {:url string, :image {:url string}, :id string, :displayName string}, :replies {:totalItems string, :selfLink string, :items [{:inReplyTo {:id string}, :content string, :updated string, :selfLink string, :author {:id string, :displayName string, :url string, :image {:url string}}, :status string, :id string, :kind string, :post {:id string}, :blog {:id string}, :published string}]}, :status string, :customMetaData string, :id string, :kind string, :url string, :readerComments string, :location {:lng number, :name string, :span string, :lat number}, :blog {:id string}, :published string}

Inserts a post.

https://developers.google.com/blogger/docs/3.0/getting_startedapi/reference/rest/v3/posts/insert

Required parameters: blogId

Optional parameters: fetchBody, fetchImages, isDraft

Body: 

{:labels [string],
 :titleLink string,
 :content string,
 :updated string,
 :images [{:url string}],
 :selfLink string,
 :etag string,
 :title string,
 :author {:url string,
          :image {:url string},
          :id string,
          :displayName string},
 :replies {:totalItems string,
           :selfLink string,
           :items [{:inReplyTo {:id string},
                    :content string,
                    :updated string,
                    :selfLink string,
                    :author {:id string,
                             :displayName string,
                             :url string,
                             :image {:url string}},
                    :status string,
                    :id string,
                    :kind string,
                    :post {:id string},
                    :blog {:id string},
                    :published string}]},
 :status string,
 :customMetaData string,
 :id string,
 :kind string,
 :url string,
 :readerComments string,
 :location {:lng number, :name string, :span string, :lat number},
 :blog {:id string},
 :published string}

Inserts a post.
raw docstring

list$clj

(list$ auth parameters)

https://developers.google.com/blogger/docs/3.0/getting_startedapi/reference/rest/v3/posts/list

Required parameters: blogId

Optional parameters: labels, startDate, pageToken, endDate, fetchBodies, status, fetchImages, maxResults, view, orderBy

Lists posts.

https://developers.google.com/blogger/docs/3.0/getting_startedapi/reference/rest/v3/posts/list

Required parameters: blogId

Optional parameters: labels, startDate, pageToken, endDate, fetchBodies, status, fetchImages, maxResults, view, orderBy

Lists posts.
raw docstring

patch$clj

(patch$ auth parameters body)

https://developers.google.com/blogger/docs/3.0/getting_startedapi/reference/rest/v3/posts/patch

Required parameters: postId, blogId

Optional parameters: publish, maxComments, revert, fetchBody, fetchImages

Body:

{:labels [string], :titleLink string, :content string, :updated string, :images [{:url string}], :selfLink string, :etag string, :title string, :author {:url string, :image {:url string}, :id string, :displayName string}, :replies {:totalItems string, :selfLink string, :items [{:inReplyTo {:id string}, :content string, :updated string, :selfLink string, :author {:id string, :displayName string, :url string, :image {:url string}}, :status string, :id string, :kind string, :post {:id string}, :blog {:id string}, :published string}]}, :status string, :customMetaData string, :id string, :kind string, :url string, :readerComments string, :location {:lng number, :name string, :span string, :lat number}, :blog {:id string}, :published string}

Patches a post.

https://developers.google.com/blogger/docs/3.0/getting_startedapi/reference/rest/v3/posts/patch

Required parameters: postId, blogId

Optional parameters: publish, maxComments, revert, fetchBody, fetchImages

Body: 

{:labels [string],
 :titleLink string,
 :content string,
 :updated string,
 :images [{:url string}],
 :selfLink string,
 :etag string,
 :title string,
 :author {:url string,
          :image {:url string},
          :id string,
          :displayName string},
 :replies {:totalItems string,
           :selfLink string,
           :items [{:inReplyTo {:id string},
                    :content string,
                    :updated string,
                    :selfLink string,
                    :author {:id string,
                             :displayName string,
                             :url string,
                             :image {:url string}},
                    :status string,
                    :id string,
                    :kind string,
                    :post {:id string},
                    :blog {:id string},
                    :published string}]},
 :status string,
 :customMetaData string,
 :id string,
 :kind string,
 :url string,
 :readerComments string,
 :location {:lng number, :name string, :span string, :lat number},
 :blog {:id string},
 :published string}

Patches a post.
raw docstring

publish$clj

(publish$ auth parameters)

https://developers.google.com/blogger/docs/3.0/getting_startedapi/reference/rest/v3/posts/publish

Required parameters: postId, blogId

Optional parameters: publishDate

Publishes a post.

https://developers.google.com/blogger/docs/3.0/getting_startedapi/reference/rest/v3/posts/publish

Required parameters: postId, blogId

Optional parameters: publishDate

Publishes a post.
raw docstring

revert$clj

(revert$ auth parameters)

https://developers.google.com/blogger/docs/3.0/getting_startedapi/reference/rest/v3/posts/revert

Required parameters: blogId, postId

Optional parameters: none

Reverts a published or scheduled post to draft state.

https://developers.google.com/blogger/docs/3.0/getting_startedapi/reference/rest/v3/posts/revert

Required parameters: blogId, postId

Optional parameters: none

Reverts a published or scheduled post to draft state.
raw docstring

search$clj

(search$ auth parameters)

https://developers.google.com/blogger/docs/3.0/getting_startedapi/reference/rest/v3/posts/search

Required parameters: q, blogId

Optional parameters: orderBy, fetchBodies

Searches for posts matching given query terms in the specified blog.

https://developers.google.com/blogger/docs/3.0/getting_startedapi/reference/rest/v3/posts/search

Required parameters: q, blogId

Optional parameters: orderBy, fetchBodies

Searches for posts matching given query terms in the specified blog.
raw docstring

update$clj

(update$ auth parameters body)

https://developers.google.com/blogger/docs/3.0/getting_startedapi/reference/rest/v3/posts/update

Required parameters: blogId, postId

Optional parameters: publish, revert, fetchImages, fetchBody, maxComments

Body:

{:labels [string], :titleLink string, :content string, :updated string, :images [{:url string}], :selfLink string, :etag string, :title string, :author {:url string, :image {:url string}, :id string, :displayName string}, :replies {:totalItems string, :selfLink string, :items [{:inReplyTo {:id string}, :content string, :updated string, :selfLink string, :author {:id string, :displayName string, :url string, :image {:url string}}, :status string, :id string, :kind string, :post {:id string}, :blog {:id string}, :published string}]}, :status string, :customMetaData string, :id string, :kind string, :url string, :readerComments string, :location {:lng number, :name string, :span string, :lat number}, :blog {:id string}, :published string}

Updates a post by blog id and post id.

https://developers.google.com/blogger/docs/3.0/getting_startedapi/reference/rest/v3/posts/update

Required parameters: blogId, postId

Optional parameters: publish, revert, fetchImages, fetchBody, maxComments

Body: 

{:labels [string],
 :titleLink string,
 :content string,
 :updated string,
 :images [{:url string}],
 :selfLink string,
 :etag string,
 :title string,
 :author {:url string,
          :image {:url string},
          :id string,
          :displayName string},
 :replies {:totalItems string,
           :selfLink string,
           :items [{:inReplyTo {:id string},
                    :content string,
                    :updated string,
                    :selfLink string,
                    :author {:id string,
                             :displayName string,
                             :url string,
                             :image {:url string}},
                    :status string,
                    :id string,
                    :kind string,
                    :post {:id string},
                    :blog {:id string},
                    :published string}]},
 :status string,
 :customMetaData string,
 :id string,
 :kind string,
 :url string,
 :readerComments string,
 :location {:lng number, :name string, :span string, :lat number},
 :blog {:id string},
 :published string}

Updates a post by blog id and post id.
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close