예제 #1
0
 private static Request BuildReadRequest(ReadCommandOptions options, ITwilioRestClient client)
 {
     return(new Request(
                HttpMethod.Get,
                Rest.Domain.Preview,
                "/wireless/Commands",
                queryParams: options.GetParams()
                ));
 }