You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
383 B
10 lines
383 B
// See https://aka.ms/new-console-template for more information
|
|
using static System.Net.WebRequestMethods;
|
|
|
|
|
|
HttpClient http = new HttpClient();
|
|
//http.BaseAddress = new Uri("https://localhost:7006/");
|
|
|
|
//Console.WriteLine(await http.GetStringAsync("https://localhost:7006/api/Champions"));
|
|
//Console.WriteLine(await http.GetStringAsync("https://localhost:7006/api/Champion/1"));
|