Module Values.URLSource

Short for uniform resource locator. A URL is used as a unique identifier to locate a resource on the internet.

Sourcetype nonrec t = {
  1. hyperlinkName : HyperlinkName.t option;
    (*

    The name or word that's used as a hyperlink to the URL.

    *)
}
Sourceval make : ?hyperlinkName:??? -> ?link:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of HyperlinkName.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t