Make_endpoints.Internal
type ('a, 'w, 'r) t
The type of internal endpoints. Some other endpoints (batching, metrics) will be added automatically.
val route_internal : ('a, 'w, 'r) t -> ('a, 'w, 'r) Route.t
Routes of internal endpoints, without the /api prefix.
/api
type wrapped =
| W : ('a, 'r Lwt.t, 'r) t -> wrapped
val all : wrapped list
type 'w wrapped' =
| W' : ('a, 'w, 'r) t -> 'w wrapped'
val all' : unit -> 'w wrapped' list
val name : ('a, 'w, 'r) t -> string