Skip to content

kacollins/HelloWorldAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HelloWorldAPI

This is the simplest (minimal) API possible! Run this project in Visual Studio, then use Postman or the following code to consume the API (in LINQPad, for example):

using System.Net.Http;

using var client = new HttpClient();
string json = await client.GetStringAsync("http://localhost:5093/api/hello");
Console.WriteLine(json);

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages