GapiBloggerV2Service.CommentsResource
val get :
?base_url:string ->
?etag:string ->
?std_params:GapiService.StandardParameters.t ->
blogId:string ->
postId:string ->
commentId:string ->
GapiConversation.Session.t ->
GapiBloggerV2Model.Comment.t * GapiConversation.Session.t
Gets one comment by id.
val list :
?base_url:string ->
?std_params:GapiService.StandardParameters.t ->
?fetchBodies:bool ->
?maxResults:int ->
?pageToken:string ->
?startDate:GapiDate.t ->
blogId:string ->
postId:string ->
GapiConversation.Session.t ->
GapiBloggerV2Model.CommentList.t * GapiConversation.Session.t
Retrieves the comments for a blog, possibly filtered.