/CSharp.Web.API

Repository to practice C# understanding

Primary LanguageC#

CSharp.Web.API

To run application: httprepl https://localhost:1000/api/todoitems
To add a todoitem: post -h Content-Type=application/json -c "{"name":"walk dog","isComplete":true}"
To retrieve an item: get ${id}