Module UsersResource.Blogs

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.

parameter base_url

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

parameter std_params

Optional standard parameters.

parameter userId

ID of the user whose blogs are to be fetched. Either the word 'self' (sans quote marks) or the user's profile identifier.