Module GapiBloggerV2Service.BlogsResource

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.

parameter base_url

Service endpoint base URL (defaults to "https://www.googleapis.com/blogger/v2/").

parameter etag

Optional ETag.

parameter std_params

Optional standard parameters.

parameter blogId

The ID of the blog to get.