Madge.EndpointsThe type of internal endpoints. Some other endpoints (batching, metrics) will be added automatically.
Routes of internal endpoints, without the /api prefix.
val all : wrapped listval all' : unit -> 'w wrapped' listval name : ('a, 'w, 'r) t -> stringtype (_, _, _) full = | Api : ('a, 'w, 'r) t -> ('a, 'w, 'r) full| Batch : (Request.t list -> 'w, 'w, Response.t list) full| Metrics : ('w, 'w, Nes.Void.t) fullThe type of full endpoints, which are the internal endpoints augmented of some other endpoints (batching, metrics).
*)Routes for full endpoints; this is what is ultimately used to generate URIs or to match them.