package gapi-ocaml

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

v0.4.7.tar.gz
sha256=3a9e7ba4446b90f842c10dc2e49211c394c9f012715da01bb0b80baccabb41bb
md5=27919a0188772392e9b74bfd95fbaaa1

doc/gapi-ocaml/GapiService/StandardParameters/index.html

Module GapiService.StandardParametersSource

Sourcetype t = {
  1. alt : string;
    (*

    Data format for the response.

    *)
  2. fields : string;
    (*

    Selector specifying which fields to include in a partial response.

    *)
  3. prettyPrint : bool;
    (*

    Returns response with indentations and line breaks.

    *)
  4. quotaUser : string;
    (*

    Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. Overrides userIp if both are provided.

    *)
  5. userIp : string;
    (*

    IP address of the site where the request originates. Use this if you want to enforce per-user limits.

    *)
  6. key : string;
    (*

    API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.

    *)
}
Sourceval default : t
Sourceval to_key_value_list : t -> (string * string) list
Sourceval merge_parameters : ?standard_parameters:t -> unit -> t option