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.
sourceraw docstring

get$clj

(get$ auth parameters)

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

Required parameters: postId, blogId

Optional parameters: maxComments, view, fetchImages, 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: postId, blogId

Optional parameters: maxComments, view, fetchImages, fetchBody

Gets a post by blog id and post id
sourceraw 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.
sourceraw 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, isDraft, fetchImages

Body:

{:labels [string], :titleLink string, :content string, :updated string, :images [{:url string}], :selfLink string, :etag string, :title string, :author {:image {:url string}, :url string, :id string, :displayName string}, :replies {:totalItems string, :selfLink string, :items [{:inReplyTo {:id string}, :content string, :updated string, :selfLink string, :author {:image {:url string}, :displayName string, :id string, :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 {:name string, :lat number, :span string, :lng 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, isDraft, fetchImages

Body: 

{:labels [string],
 :titleLink string,
 :content string,
 :updated string,
 :images [{:url string}],
 :selfLink string,
 :etag string,
 :title string,
 :author {:image {:url string},
          :url string,
          :id string,
          :displayName string},
 :replies {:totalItems string,
           :selfLink string,
           :items [{:inReplyTo {:id string},
                    :content string,
                    :updated string,
                    :selfLink string,
                    :author {:image {:url string},
                             :displayName string,
                             :id string,
                             :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 {:name string, :lat number, :span string, :lng number},
 :blog {:id string},
 :published string}

Inserts a post.
sourceraw 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.
sourceraw 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: fetchImages, publish, fetchBody, maxComments, revert

Body:

{:labels [string], :titleLink string, :content string, :updated string, :images [{:url string}], :selfLink string, :etag string, :title string, :author {:image {:url string}, :url string, :id string, :displayName string}, :replies {:totalItems string, :selfLink string, :items [{:inReplyTo {:id string}, :content string, :updated string, :selfLink string, :author {:image {:url string}, :displayName string, :id string, :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 {:name string, :lat number, :span string, :lng 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: fetchImages, publish, fetchBody, maxComments, revert

Body: 

{:labels [string],
 :titleLink string,
 :content string,
 :updated string,
 :images [{:url string}],
 :selfLink string,
 :etag string,
 :title string,
 :author {:image {:url string},
          :url string,
          :id string,
          :displayName string},
 :replies {:totalItems string,
           :selfLink string,
           :items [{:inReplyTo {:id string},
                    :content string,
                    :updated string,
                    :selfLink string,
                    :author {:image {:url string},
                             :displayName string,
                             :id string,
                             :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 {:name string, :lat number, :span string, :lng number},
 :blog {:id string},
 :published string}

Patches a post.
sourceraw 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.
sourceraw docstring

revert$clj

(revert$ auth parameters)

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

Required parameters: postId, blogId

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: postId, blogId

Optional parameters: none

Reverts a published or scheduled post to draft state.
sourceraw 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: fetchBodies, orderBy

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: fetchBodies, orderBy

Searches for posts matching given query terms in the specified blog.
sourceraw 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, fetchBody, maxComments, fetchImages

Body:

{:labels [string], :titleLink string, :content string, :updated string, :images [{:url string}], :selfLink string, :etag string, :title string, :author {:image {:url string}, :url string, :id string, :displayName string}, :replies {:totalItems string, :selfLink string, :items [{:inReplyTo {:id string}, :content string, :updated string, :selfLink string, :author {:image {:url string}, :displayName string, :id string, :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 {:name string, :lat number, :span string, :lng 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, fetchBody, maxComments, fetchImages

Body: 

{:labels [string],
 :titleLink string,
 :content string,
 :updated string,
 :images [{:url string}],
 :selfLink string,
 :etag string,
 :title string,
 :author {:image {:url string},
          :url string,
          :id string,
          :displayName string},
 :replies {:totalItems string,
           :selfLink string,
           :items [{:inReplyTo {:id string},
                    :content string,
                    :updated string,
                    :selfLink string,
                    :author {:image {:url string},
                             :displayName string,
                             :id string,
                             :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 {:name string, :lat number, :span string, :lng number},
 :blog {:id string},
 :published string}

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

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

× close