Exemplo n.º 1
0
 private static Request BuildFetchRequest(FetchSchemaOptions options, ITwilioRestClient client)
 {
     return(new Request(
                HttpMethod.Get,
                Rest.Domain.Events,
                "/v1/Schemas/" + options.PathId + "",
                queryParams: options.GetParams(),
                headerParams: null
                ));
 }