Module GapiBloggerV2Service.UsersResource.Blogs

module Blogs: sig .. end

val list : ?base_url:string ->
?std_params:GapiService.StandardParameters.t ->
userId:string ->
GapiConversation.Session.t ->
GapiBloggerV2Model.BlogList.t * GapiConversation.Session.t
Retrieves a list of blogs, possibly filtered.
base_url : Service endpoint base URL (defaults to "https://www.googleapis.com/blogger/v2/").
std_params : Optional standard parameters.
userId : ID of the user whose blogs are to be fetched. Either the word 'self' (sans quote marks) or the user's profile identifier.