UV
Size: a a a
UV
R
let requestString =мне к этому запросу как параметр нужно добавить json
Http.RequestString(BaseUrl + AdditionalUrl,
httpMethod = "GET",
headers = ["Authorization", "Bearer " + apiKey])
params={Как его пихнуть?)
"level": 1
}
IC
UV
IC
UV
let requestString =По моему ожиданию второе должно работать штатно
Http.RequestString(BaseUrl + AdditionalUrl,
httpMethod = "GET",
headers = ["Authorization", "Bearer " + apiKey])
printfn "%A\n" requestString
let requestString =
Http.RequestString(BaseUrl + AdditionalUrl,
httpMethod = "GET",
body = TextRequest """ {"level": "1"} """,
headers = ["Authorization", "Bearer " + apiKey])
printfn "%A\n" requestString
Unhandled exception. System.AggregateException: One or more errors occurred. (Cannot send a content-body with this verb-type.)
IC
UV
IC
UV
MG
IC
UV
IC
В
IC
IC