module UrlResource: sig .. end
module Projection: sig .. end
val get : ?base_url:string ->
?etag:string ->
?std_params:GapiService.StandardParameters.t ->
?projection:Projection.t ->
shortUrl:string ->
GapiConversation.Session.t ->
GapiUrlshortenerV1Model.Url.t * GapiConversation.Session.t
Expands a short URL or gets creation time and analytics.
base_url : Service endpoint base URL (defaults to "https://www.googleapis.com/urlshortener/v1/").
etag : Optional ETag.
std_params : Optional standard parameters.
projection : Additional information to return.
shortUrl : The short URL, including the protocol.
val insert : ?base_url:string ->
?std_params:GapiService.StandardParameters.t ->
GapiUrlshortenerV1Model.Url.t ->
GapiConversation.Session.t ->
GapiUrlshortenerV1Model.Url.t * GapiConversation.Session.t
Creates a new short URL.
base_url : Service endpoint base URL (defaults to "https://www.googleapis.com/urlshortener/v1/").
std_params : Optional standard parameters.
val list : ?base_url:string ->
?std_params:GapiService.StandardParameters.t ->
?projection:Projection.t ->
?start_token:string ->
GapiConversation.Session.t ->
GapiUrlshortenerV1Model.UrlHistory.t * GapiConversation.Session.t
Retrieves a list of URLs shortened by a user.
base_url : Service endpoint base URL (defaults to "https://www.googleapis.com/urlshortener/v1/").
std_params : Optional standard parameters.
projection : Additional information to return.
start_token : Token for requesting successive pages of results.