2016-09-08 19:13:10 +02:00
|
|
|
(**************************************************************************)
|
|
|
|
(* *)
|
2018-02-05 21:17:03 +01:00
|
|
|
(* Copyright (c) 2014 - 2018. *)
|
2016-09-08 19:13:10 +02:00
|
|
|
(* Dynamic Ledger Solutions, Inc. <contact@tezos.com> *)
|
|
|
|
(* *)
|
|
|
|
(* All rights reserved. No warranty, explicit or implicit, provided. *)
|
|
|
|
(* *)
|
|
|
|
(**************************************************************************)
|
|
|
|
|
2017-12-09 03:51:58 +01:00
|
|
|
include Resto.Description
|
2016-09-08 19:13:10 +02:00
|
|
|
|
2018-02-11 19:17:39 +01:00
|
|
|
let describe ctxt ?(recurse = false) path =
|
|
|
|
RPC_context.make_call1
|
|
|
|
RPC_service.description_service ctxt path { recurse } ()
|