The request Uri for the C# example code is broken for all samples, instead of the relative url the samples display **"undefined"** From the sample (http://docs.pollsapi.apiary.io/): ``` using (var response = await httpClient.PostAsync("undefined", content)) { string responseData = await response.Content.ReadAsStringAsync(); } ```
The request Uri for the C# example code is broken for all samples, instead of the relative url the samples display "undefined"
From the sample (http://docs.pollsapi.apiary.io/):