Liking cljdoc? Tell your friends :D
Clojure only.

happygapi.blogger.postUserInfos

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

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

get$clj

(get$ auth parameters)

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

Required parameters: blogId, postId, userId

Optional parameters: maxComments

Gets one post and user info pair, by post ID and user ID. The post user info contains per-user information about the post, such as access rights, specific to the user.

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

Required parameters: blogId, postId, userId

Optional parameters: maxComments

Gets one post and user info pair, by post ID and user ID. The post user info contains per-user information about the post, such as access rights, specific to the user.
sourceraw docstring

list$clj

(list$ auth parameters)

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

Required parameters: blogId, userId

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

Retrieves a list of post and post user info pairs, possibly filtered. The post user info contains per-user information about the post, such as access rights, specific to the user.

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

Required parameters: blogId, userId

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

Retrieves a list of post and post user info pairs, possibly filtered. The post user info contains per-user information about the post, such as access rights, specific to the user.
sourceraw docstring

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

× close