Esempio n. 1
0
        public static async Task <FaxResource> GetFaxAsync(ITwilioRestClient client, string faxSid)
        {
            var options = new FetchFaxOptions(faxSid);

            return(await FaxResource.FetchAsync(options, client));
        }