module StandardParameters:sig..end
type t = {
|
alt : |
(* |
Data format for the response.
| *) |
|
fields : |
(* |
Selector specifying which fields to include in a partial response.
| *) |
|
prettyPrint : |
(* |
Returns response with indentations and line breaks.
| *) |
|
quotaUser : |
(* |
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.
| *) |
|
userIp : |
(* |
IP address of the site where the request originates. Use this if you want to enforce per-user limits.
| *) |
|
key : |
(* |
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.
| *) |
val default : t
val to_key_value_list : t -> (string * string) list
val merge_parameters : ?standard_parameters:t ->
unit -> t option