Module GapiBloggerV2Service.BlogsResource

module BlogsResource: sig .. end

val get : ?base_url:string ->
?etag:string ->
?std_params:GapiService.StandardParameters.t ->
blogId:string ->
GapiConversation.Session.t ->
GapiBloggerV2Model.Blog.t * GapiConversation.Session.t
Gets one blog by id.
base_url : Service endpoint base URL (defaults to "https://www.googleapis.com/blogger/v2/").
etag : Optional ETag.
std_params : Optional standard parameters.
blogId : The ID of the blog to get.