GapiBloggerV2Service.PostsResource
val get :
?base_url:string ->
?etag:string ->
?std_params:GapiService.StandardParameters.t ->
blogId:string ->
postId:string ->
GapiConversation.Session.t ->
GapiBloggerV2Model.Post.t * GapiConversation.Session.t
Get a post by id.
val list :
?base_url:string ->
?std_params:GapiService.StandardParameters.t ->
?fetchBodies:bool ->
?maxResults:int ->
?pageToken:string ->
?startDate:GapiDate.t ->
blogId:string ->
GapiConversation.Session.t ->
GapiBloggerV2Model.PostList.t * GapiConversation.Session.t
Retrieves a list of posts, possibly filtered.