Beispiel #1
0
 private static Request BuildFetchRequest(FetchTrustProductsOptions options, ITwilioRestClient client)
 {
     return(new Request(
                HttpMethod.Get,
                Rest.Domain.Trusthub,
                "/v1/TrustProducts/" + options.PathSid + "",
                queryParams: options.GetParams(),
                headerParams: null
                ));
 }