hello,
please help...
this is the message:
{StatusCode: 404, ReasonPhrase: 'Not Found', Version: 1.1, Content: System.Net.Http.StreamContent, Headers:{Cache-Control: private, s-maxage=0Date: Mon, 25 May 2020 16:52:46 GMTSet-Cookie: _culture=; path=/X-Android-Received-Millis: 1590425667403X-Android-Response-Source: NETWORK 404X-Android-Selected-Protocol: http/1.1X-Android-Sent-Millis: 1590425667193Content-Length: 0}}
this is my config in c#:
var builder = new UriBuilder("https://api.biblia.com/v1/bible/content/RVR60.json?"); var query = HttpUtility.ParseQueryString(builder.Query); query["passage"] = "Josué10.25"; query["key"] = "MY API KEY"; builder.Query = query.ToString(); client.BaseAddress = new Uri(builder.ToString()); var responseString = await client.GetAsync(client.BaseAddress);
bump for visibility 6
Orthodox Bishop Hilarion Alfeyev: "To be a theologian means to have experience of a personal encounter with God through prayer and worship."