val make : ?cohttp_call:(Cohttp.Code.meth ‑> Cohttp.Header.t ‑> Uri.t ‑> body:string ‑> (Cohttp.Response.t * Cohttp_lwt.Body.t) Lwt.t) ‑> token:string ‑> unit ‑> tval list_deployments : t ‑> (Deployment.t list, Error.t) Pervasives.result Lwt.tval create_deployment : t ‑> name:string ‑> files:(string * string * int) list ‑> (Deployment.Api_responses.create_result, Error.t) Pervasives.result Lwt.t