Exemplo n.º 1
0
        public GetFileResult GetFile(string path)
        {
            IRestRequest  request  = new RestRequest($"/{Client.Version}/containers/{Name}/files?path={path}", Method.GET, DataFormat.None);
            IRestResponse response = API.Get(request);

            return(GetFileResult.Create(response));
        }