douchebag
douchebag
CC#
Created by K.F on 7/15/2024 in #help
API integration issue in .NET core framework.
JsonSerializer.Deserialize<model>(jsonString);
127 replies
CC#
Created by K.F on 7/15/2024 in #help
API integration issue in .NET core framework.
Ok guys, bye
127 replies
CC#
Created by K.F on 7/15/2024 in #help
API integration issue in .NET core framework.
So you're a backend dev. Ic
127 replies
CC#
Created by K.F on 7/15/2024 in #help
API integration issue in .NET core framework.
Check this one @K.F , there is also request header here
127 replies
CC#
Created by K.F on 7/15/2024 in #help
API integration issue in .NET core framework.
Make sure you have async function
127 replies
CC#
Created by K.F on 7/15/2024 in #help
API integration issue in .NET core framework.
@K.F change it to await
127 replies
CC#
Created by K.F on 7/15/2024 in #help
API integration issue in .NET core framework.
127 replies
CC#
Created by Bailey on 7/16/2024 in #help
Reflection and customclass in list properties c#
It's fine. What's up?
18 replies
CC#
Created by Bailey on 7/16/2024 in #help
Reflection and customclass in list properties c#
Hi
18 replies
CC#
Created by K.F on 7/15/2024 in #help
API integration issue in .NET core framework.
private static string HttpPostRequest(string url, string data, string authorization) { string finalUrl = url; HttpRequestMessage httpRequestMessage = new HttpRequestMessage() { }; httpRequestMessage.Content = new StringContent(data, Encoding.UTF8, "application/json"); httpRequestMessage.Method = HttpMethod.Post; httpRequestMessage.Headers.Add("Authorization", authorization); httpRequestMessage.RequestUri = new Uri(finalUrl); HttpClient httpClient = new HttpClient() { Timeout = TimeSpan.FromMinutes(5) }; HttpResponseMessage httpResponseMessage = httpClient.SendAsync(httpRequestMessage).Result; using (StreamReader reader = new StreamReader(httpResponseMessage.Content.ReadAsStream())) { return reader.ReadToEnd(); } }
127 replies
CC#
Created by K.F on 7/15/2024 in #help
API integration issue in .NET core framework.
how bout this
127 replies
CC#
Created by K.F on 7/15/2024 in #help
API integration issue in .NET core framework.
@ZZZZZZZZZZZZZZZZZZZZZZZZZ
127 replies
CC#
Created by K.F on 7/15/2024 in #help
API integration issue in .NET core framework.
Thanks
127 replies
CC#
Created by K.F on 7/15/2024 in #help
API integration issue in .NET core framework.
oh
127 replies
CC#
Created by K.F on 7/15/2024 in #help
API integration issue in .NET core framework.
i see. but how do you know its slower?
127 replies
CC#
Created by K.F on 7/15/2024 in #help
API integration issue in .NET core framework.
i wish i never met Newtonsoft
127 replies
CC#
Created by K.F on 7/15/2024 in #help
API integration issue in .NET core framework.
oh my
127 replies
CC#
Created by K.F on 7/15/2024 in #help
API integration issue in .NET core framework.
really?
127 replies
CC#
Created by K.F on 7/15/2024 in #help
API integration issue in .NET core framework.
hahahha
127 replies
CC#
Created by K.F on 7/15/2024 in #help
API integration issue in .NET core framework.
for easy code
127 replies