Click here to Skip to main content
16,004,653 members

Comments by danyDude (Top 2 by date)

danyDude 8-Jun-19 12:19pm View    
Thanks Richard. I managed it using the RestSharp nuget package/library. But is cool to see how to make it work using HttpClient. Thanks
danyDude 1-Jun-19 12:33pm View    
Yes, you are right. It only accepts apikey after authorization. Not [authtype] [credentials] but just [credentials]. Thanks