Module Values.EndpointsSource

Sourcetype nonrec t = Endpoint.t list
Sourceval make : 'a -> 'a
Sourceval of_string : 'a -> 'b
Sourceval to_value : Endpoint.t list -> [> `List of [> `Structure of (string * [> `Long of Long.t | `String of String_.t ]) list ] list ]
Sourceval to_query : Endpoint.t list -> Awso.Client.Query.t
Sourceval to_header : 'a -> 'b
Sourceval of_xml : Awso.Xml.t -> Endpoint.t list
Sourceval of_json : [> Yojson.Safe.t ] -> Endpoint.t list
Sourceval to_json : Endpoint.t list -> Yojson.Safe.t