package gapi-ocaml

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module RestDescription.EndpointsSource

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

    The location of the endpoint

    *)
  2. deprecated : bool;
    (*

    Whether this endpoint is deprecated

    *)
  3. description : string;
    (*

    A string describing the host designated by the URL

    *)
  4. endpointUrl : string;
    (*

    The URL of the endpoint target host

    *)
}
Sourceval location : (t, string) GapiLens.t
Sourceval deprecated : (t, bool) GapiLens.t
Sourceval description : (t, string) GapiLens.t
Sourceval endpointUrl : (t, string) GapiLens.t
Sourceval empty : t
Sourceval render : t -> GapiJson.json_data_model list
OCaml

Innovation. Community. Security.