Open jpv001 opened 7 years ago
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(); }
Hello,
thank you very much for catching this! We will definitely correct it.
Mila
Hi, we'd apreciate a lot the correction of this bug. +1
Is there any correction ?
Thanks
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/):