package gapi-ocaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
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.

  • 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 userId

    The ID of the user to get.