Module GapiBloggerV2Service.UsersResource

module UsersResource: sig .. end

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