Liking cljdoc? Tell your friends :D

happygapi.blogger.pages

Blogger API: pages. API for access to the data within Blogger. See: https://developers.google.com/blogger/docs/3.0/getting_startedapi/reference/rest/v3/pages

Blogger API: pages.
API for access to the data within Blogger.
See: https://developers.google.com/blogger/docs/3.0/getting_startedapi/reference/rest/v3/pages
raw docstring

delete$clj

(delete$ auth parameters)

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

Required parameters: blogId, pageId

Optional parameters: none

Delete a page by ID.

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

Required parameters: blogId, pageId

Optional parameters: none

Delete a page by ID.
sourceraw docstring

get$clj

(get$ auth parameters)

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

Required parameters: blogId, pageId

Optional parameters: view

Gets one blog page by ID.

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

Required parameters: blogId, pageId

Optional parameters: view

Gets one blog page by ID.
sourceraw docstring

insert$clj

(insert$ auth parameters body)

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

Required parameters: blogId

Optional parameters: isDraft

Body:

{:content string, :updated string, :selfLink string, :etag string, :title string, :author {:displayName string, :id string, :image {:url string}, :url string}, :status string, :id string, :kind string, :url string, :blog {:id string}, :published string}

Add a page.

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

Required parameters: blogId

Optional parameters: isDraft

Body: 

{:content string,
 :updated string,
 :selfLink string,
 :etag string,
 :title string,
 :author {:displayName string,
          :id string,
          :image {:url string},
          :url string},
 :status string,
 :id string,
 :kind string,
 :url string,
 :blog {:id string},
 :published string}

Add a page.
sourceraw docstring

list$clj

(list$ auth parameters)

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

Required parameters: blogId

Optional parameters: fetchBodies, maxResults, pageToken, status, view

Retrieves the pages for a blog, optionally including non-LIVE statuses.

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

Required parameters: blogId

Optional parameters: fetchBodies, maxResults, pageToken, status, view

Retrieves the pages for a blog, optionally including non-LIVE statuses.
sourceraw docstring

patch$clj

(patch$ auth parameters body)

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

Required parameters: blogId, pageId

Optional parameters: publish, revert

Body:

{:content string, :updated string, :selfLink string, :etag string, :title string, :author {:displayName string, :id string, :image {:url string}, :url string}, :status string, :id string, :kind string, :url string, :blog {:id string}, :published string}

Update a page. This method supports patch semantics.

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

Required parameters: blogId, pageId

Optional parameters: publish, revert

Body: 

{:content string,
 :updated string,
 :selfLink string,
 :etag string,
 :title string,
 :author {:displayName string,
          :id string,
          :image {:url string},
          :url string},
 :status string,
 :id string,
 :kind string,
 :url string,
 :blog {:id string},
 :published string}

Update a page. This method supports patch semantics.
sourceraw docstring

publish$clj

(publish$ auth parameters)

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

Required parameters: blogId, pageId

Optional parameters: none

Publishes a draft page.

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

Required parameters: blogId, pageId

Optional parameters: none

Publishes a draft page.
sourceraw docstring

revert$clj

(revert$ auth parameters)

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

Required parameters: blogId, pageId

Optional parameters: none

Revert a published or scheduled page to draft state.

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

Required parameters: blogId, pageId

Optional parameters: none

Revert a published or scheduled page to draft state.
sourceraw docstring

update$clj

(update$ auth parameters body)

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

Required parameters: blogId, pageId

Optional parameters: publish, revert

Body:

{:content string, :updated string, :selfLink string, :etag string, :title string, :author {:displayName string, :id string, :image {:url string}, :url string}, :status string, :id string, :kind string, :url string, :blog {:id string}, :published string}

Update a page.

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

Required parameters: blogId, pageId

Optional parameters: publish, revert

Body: 

{:content string,
 :updated string,
 :selfLink string,
 :etag string,
 :title string,
 :author {:displayName string,
          :id string,
          :image {:url string},
          :url string},
 :status string,
 :id string,
 :kind string,
 :url string,
 :blog {:id string},
 :published string}

Update a page.
sourceraw docstring

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

× close