package gapi-ocaml

  1. Overview
  2. Docs
A simple OCaml client for Google Services

Install

Dune Dependency

Authors

Maintainers

Sources

v0.4.6.tar.gz
sha256=b84b680528a5e050014103a8e7a60a5d43efd5fefc3f838310bd46769775ab48
md5=8ee26acf1f6c6f5e24c7b57fa070a0a2

doc/gapi-ocaml/GapiUrlshortenerV1Service/UrlResource/index.html

Module GapiUrlshortenerV1Service.UrlResourceSource

Sourcemodule Projection : sig ... end
Sourceval 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.

  • parameter base_url

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

  • parameter etag

    Optional ETag.

  • parameter std_params

    Optional standard parameters.

  • parameter projection

    Additional information to return.

  • parameter shortUrl

    The short URL, including the protocol.

Creates a new short URL.

  • parameter base_url

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

  • parameter std_params

    Optional standard parameters.

Sourceval 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.

  • parameter base_url

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

  • parameter std_params

    Optional standard parameters.

  • parameter projection

    Additional information to return.

  • parameter start_token

    Token for requesting successive pages of results.

OCaml

Innovation. Community. Security.